Files
test/source/blender/blenlib
Johnny Matthews a836ded990 Geometry Nodes: Accumulate Fields Node
This function node creates a running total of a given Vector, Float, or
Int field.

Inputs:
  - Value: The field to be accumulated
  - Group Index: The values of this input are used to aggregate the input
    into separate 'bins', creating multiple accumulations.
Outputs:
  - Leading and Trailing: Returns the running totals starting
   at either the first value of each accumulations or 0 respectively.
  - Total: Returns the total accumulation at all positions of the field.

There's currently plenty of duplicate work happening when multiple outputs
are used that could be optimized by a future refactor to field inputs.

Differential Revision: https://developer.blender.org/D12743
2021-12-29 10:25:39 -06:00
..
2021-12-22 08:39:33 -07:00
2021-10-06 14:54:05 +11:00
2021-03-29 19:11:17 -06:00
2021-01-11 14:59:05 +01:00
2021-01-11 14:59:05 +01:00
2021-10-20 09:19:21 +11:00
2021-01-04 17:38:11 +11:00
2021-01-15 12:17:11 +11:00
2021-01-11 14:59:05 +01:00
2021-12-13 16:22:20 +11:00
2021-07-07 13:42:46 +10:00
2021-10-03 13:44:44 +02:00
2021-09-24 14:42:48 +02:00