rename_object
Change the name of 3D objects in Blender by specifying old and new names to organize your scene efficiently.
Instructions
Rename an object.
Args: old_name: Current name of the object. new_name: New name for the object.
Returns: Dict with old and new names.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| old_name | Yes | ||
| new_name | Yes |