takes
takes
¶
MCP tool wrappers for Houdini takes (parameter override system).
Each tool delegates to the corresponding handler running inside Houdini via the HTTP bridge.
Functions:
| Name | Description |
|---|---|
create_take |
Create a new take, optionally under a parent take. |
get_current_take |
Get the current take and its overridden parameters. |
list_takes |
List all takes in the scene with their hierarchy. |
set_current_take |
Set the current take by name. |
Functions:¶
get_current_take
async
¶
get_current_take(ctx: Context) -> dict
Get the current take and its overridden parameters.