create_spare_parameter
Add a spare parameter to a Houdini node, specifying type, label, default value, and min/max range for enhanced control.
Instructions
Add a spare parameter to a node.
Args: node_path: Node path. parm_name: Internal parameter name. parm_type: "float", "int", "string", "toggle", or "menu". label: UI label. default_value: Default value. min_val: Minimum value (float/int only). max_val: Maximum value (float/int only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| max_val | No | ||
| min_val | No | ||
| node_path | Yes | ||
| parm_name | Yes | ||
| parm_type | Yes | ||
| default_value | No |