ChOp Memory
As of August 5th, 2025, Golaem will no longer provide direct support.
All support for Autodesk Golaem will now be handled exclusively through Autodesk support channels and this website will be deactivated soon.
Please bookmark the Autodesk Golaem Support section for any future support needs related to Autodesk Golaem packages.
The Channel Operator Memory allows to store the value from the previous Channel Operator (ChOps) in a temporary buffer and outputs it to the next.


Creation
- From the Golaem Channel Operator Editor Tab key:
- From another Channel Operator:
- MEL command: addCrowdChOpMemory;
Configuration
Channel Operator Attributes

Enable |
If checked, the value of the previous Channel Operator will be stored in the temporary buffer. |
Slot Type | Type of buffer: float or vector (3 floating values) |
Slot Id | Id of the buffer used to store the value of the previous Channel Operator |
Slot Name | Name of the temporary buffer based on the Slot Id. It can then be accessed the same way than a Golaem Attribute (eg. this.attribute.glmChopMemory0A) |
Output Mode |
|
Default Value | Default float value (if Slot Type is set to Float) |
Default Value | Default vector value (if Slot Type is set to Vector) |