delete_object_animations
Remove animations from an object. Use optional filters to delete specific animation types, groups, or directions; omit all to clear every animation.
Instructions
Delete animations from an object. Omit all optional filters to delete every animation; pass animation_type and/or animation_group_id (both shown by get_object) to narrow it, and direction to remove a single direction only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | Single direction to delete (e.g. 'south'). Omit for all directions | |
| object_id | Yes | Object ID | |
| animation_type | No | Animation type shown by get_object (e.g. 'walk', 'idle') | |
| animation_group_id | No | Animation group UUID shown by get_object as [group: ...] |