make_single_user
Unlink shared datablocks to make an object and its data single-user, ensuring independent edits.
Instructions
Make an object's data single-user (unlink shared datablocks).
Args: object_name: Name of the object. object: Make the object single-user. Defaults to True. data: Make the object data (e.g., mesh) single-user. Defaults to True.
Returns: Confirmation dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| object | No | ||
| data | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||