batch_transform
Apply identical translation, rotation, or scale to multiple objects simultaneously, with option for relative or absolute transforms.
Instructions
Apply the same transform to multiple objects at once. Translate is [x,y,z], rotate is [x,y,z] in degrees, scale is [x,y,z]. If relative=True, transforms are additive/multiplicative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | ||
| scale | No | ||
| rotate | No | ||
| relative | No | ||
| translate | No |