delete_object_animations
Remove animations from an object. Delete all animations at once or target specific ones by type, group, or direction to clean up unwanted motion.
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: ...] |