Batch Modify Entities
entity_batch_modifyApply multiple entity modifications in a single call. Batch actions include move, rotate, scale, delete, and property changes.
Instructions
Apply multiple modifications in a single call.
Example: [{"handle": "1A", "action": "move", "dx": 10, "dy": 20}, {"handle": "2B", "action": "delete"}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | List of operations. Each dict: {handle, action, ...params}. Actions: move(dx,dy), rotate(base_x,base_y,angle_deg), scale(base_x,base_y,factor), delete, set_properties(layer,color,...) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||