ChOp Accu
The Channel Operator Accu allows to accumulate values from the previous Channel Operators (ChOps) and returns an average, a sum, or the oldest.


A Channel Operator Accu seen in the Channel Operator Editor (left) and in the Maya Node Editor (right)
Creation
-
From the Golaem Channel Operator Editor Tab key:
-
From another Channel Operator:
- MEL command: addCrowdChOpAccu;
Configuration
A Channel Operator Accu defines the following specific attributes. For common attributes see Channel Operator Common Attributes.
Channel Operator Attributes

Mode |
Which value to output from the accumulated values:
|
Nb Frames |
Number of values to accumulate in the accumulator. For instance, a value of 1 means it only contains the current input value, while a value of 2 means it contains the current input value and the input value at the previous frame. |