set_object_transform
Set object translation, rotation, scale, and parent in a single call for Houdini object nodes. Only specified parameters change, leaving others untouched.
Instructions
Set an object's translate, rotate, scale and/or parent in one call.
Only the arguments you pass change. Object-level nodes under /obj only; SOP transforms are a Transform SOP, not this.
Args: ctx: MCP context. node_path: Object node, e.g. "/obj/geo1". translate: [tx, ty, tz]. rotate: [rx, ry, rz] in degrees. scale: [sx, sy, sz]. parent: Object to parent under, or "" to unparent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| parent | No | ||
| rotate | No | ||
| node_path | Yes | ||
| translate | No |