make_single_user
Unlink shared datablocks for a specified object, converting it to a single-user copy. Control whether to affect the object and its data dependencies.
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 |
|---|---|---|---|
| data | No | ||
| object | No | ||
| object_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||