export_chop_to_parm
Export a CHOP channel to a target parameter by generating a chop() expression, enabling data-driven parameter updates.
Instructions
Export a CHOP channel to a parameter via a chop() expression.
Args: chop_path: CHOP node path. channel_name: Channel to export. target_node_path: Target node path. target_parm_name: Parameter to receive the export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chop_path | Yes | ||
| channel_name | Yes | ||
| target_node_path | Yes | ||
| target_parm_name | Yes |