create_circular_array
Generate circular copies of an object around a pivot using an empty, with control over count, axis, and radius.
Instructions
Create a circular array using an empty as rotation pivot. Count = number of copies around the circle. Axis: X, Y, or Z. Radius offsets the object from the pivot center.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | No | Z | |
| name | Yes | ||
| count | No | ||
| radius | No |