set_node_color
Set the color of a Houdini node in the network editor by providing the node path and RGB values.
Instructions
Set a node's color in the network editor.
Args: ctx: MCP context. node_path: Node path. r: Red (0.0-1.0). g: Green (0.0-1.0). b: Blue (0.0-1.0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| b | Yes | ||
| g | Yes | ||
| r | Yes | ||
| node_path | Yes |