create_chop_node
Create a CHOP node in Houdini for motion and timing operations. Verify the correct node type with list_node_types before creation to ensure the right CHOP is used.
Instructions
Create a new CHOP node.
Before using this, call list_node_types(context='Chop', filter='') to verify the correct node type. CHOPs has many dedicated nodes for motion and timing — noise, wave, spring, jiggle, lag, limit, filter, math, function, blend, shift, stretch, trim, cycle, speed, constraintlookatat, constraintpath — that may already do what you need.
Args: parent_path: Parent network path. chop_type: CHOP node type to create. name: Node name override.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| chop_type | Yes | ||
| parent_path | Yes |