scene_resources
scene_resources
¶
MCP resources for scene state and node information.
Functions:
| Name | Description |
|---|---|
installed_hdas |
List of installed Houdini Digital Assets. |
node_info |
Information about a specific node at the given path. |
node_types |
Available node types for a given context (Sop, Lop, Dop, Top, Cop2, Object, Driver). |
scene_errors |
All nodes with errors or warnings in the scene. |
scene_info |
Current Houdini scene information including hip file, version, frame range, and node counts. |
scene_tree |
Complete node tree of the current scene. |
Functions¶
installed_hdas
async
¶
installed_hdas(ctx: Context) -> dict
List of installed Houdini Digital Assets.
node_info
async
¶
Information about a specific node at the given path.
node_types
async
¶
Available node types for a given context (Sop, Lop, Dop, Top, Cop2, Object, Driver).
scene_errors
async
¶
scene_errors(ctx: Context) -> dict
All nodes with errors or warnings in the scene.