Batch Execute
batchExecute multiple Cinema 4D operations in one request, applying each in order and collecting per-operation errors. Wrap the entire sequence in a single undo group to apply changes to all matching entities.
Instructions
Run many generic ops in one RPC. Each op is applied in order; by default failures are recorded per op and the batch continues. The whole batch is wrapped in a single undo group. Useful for 'apply X to all matching entities' workflows (pair with list_entities + name_pattern to get handles).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | Yes | Operations to execute in order. | |
| stop_on_error | No | Abort on first error (default false — errors are collected per op). |