set_parent
Set a parent-child relationship between two objects. Control whether the child maintains its world transform with the keep_transform option.
Instructions
Set parent-child relationship. If keep_transform=True, child maintains its world position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| child | Yes | ||
| parent | Yes | ||
| keep_transform | No |