cops
cops
¶
MCP tool wrappers for Houdini COP (Copernicus) operations.
Each tool delegates to the corresponding handler running inside Houdini via the HTTP bridge.
Functions:
| Name | Description |
|---|---|
create_cop_node |
Create a COP node in the specified network. |
get_cop_geometry |
Get geometry representation from a COP node. |
get_cop_info |
Get information about a COP node. |
get_cop_layer |
Get image layer data from a COP node. |
get_cop_vdb |
Get VDB volumetric data from a COP node. |
list_cop_node_types |
List available COP node types. |
set_cop_flags |
Set flags on a COP node. |
Functions¶
create_cop_node
async
¶
get_cop_geometry
async
¶
get_cop_geometry(ctx: Context, node_path: str, output_index: int = 0) -> dict