Batch Execute
batchExecute multiple Cinema 4D operations in a single RPC batch. Apply changes across matching objects by pairing with list_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). |