create_lop_node
Create a USD LOP node in Houdini by specifying parent path, type, name, and prim path. Verify the correct LOP type with list_node_types before creating to avoid errors.
Instructions
Create a new LOP node.
Before using this, call list_node_types(context='Lop', filter='') to verify the correct node type. Solaris ships many specialized LOPs — sublayer, reference, materiallibrary, assignmaterial, karmarendersettings, editproperties, xform, prune, configurelayer, collection, addvariant — that may not be obvious from their names.
Args: parent_path: Parent node path. lop_type: LOP node type (e.g. "sphere", "sublayer", "merge"). name: Node name. prim_path: USD prim path to set on the node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| lop_type | Yes | ||
| prim_path | No | ||
| parent_path | Yes |