parent_object
Parent one object to another to create a hierarchy in Blender, preserving world position if needed.
Instructions
Parent one object to another, creating a hierarchy.
Parameters:
child_name: Object that becomes the child
parent_name: Object that becomes the parent
keep_transform: Preserve the child's world-space position (default True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| child_name | Yes | ||
| parent_name | Yes | ||
| keep_transform | No |