Skip to content

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

node_info(path: str, ctx: Context) -> dict

Information about a specific node at the given path.

node_types async

node_types(context: str, ctx: Context) -> dict

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.

scene_info async

scene_info(ctx: Context) -> dict

Current Houdini scene information including hip file, version, frame range, and node counts.

scene_tree async

scene_tree(ctx: Context) -> dict

Complete node tree of the current scene.