parent_objects
Establish parent-child relationships between 3D objects in Blender to organize scene hierarchies and control transformations.
Instructions
Set parent-child relationship between two objects.
Args: child: Name of the child object. parent: Name of the parent object.
Returns: Confirmation dict.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| child | Yes | ||
| parent | Yes |