base classes — bpy_struct, Modifier
Array duplication modifier
Value for the distance between arrayed items
| Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
|---|
Number of duplicates to make
| Type : | int in [1, inf], default 0 |
|---|
Length to fit array within
| Type : | float in [0, inf], default 0.0 |
|---|
Array length calculation method
| Type : | enum in [‘FIXED_COUNT’, ‘FIT_LENGTH’, ‘FIT_CURVE’], default ‘FIXED_COUNT’ |
|---|
Limit below which to merge vertices
| Type : | float in [0, inf], default 0.0 |
|---|
Uses the location and rotation of another object to determine the distance and rotational change between arrayed items
| Type : | Object |
|---|
The size of the geometry will determine the distance between arrayed items
| Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
|---|
Add a constant offset
| Type : | boolean, default False |
|---|
Merge vertices in adjacent duplicates
| Type : | boolean, default False |
|---|
Merge vertices in first and last duplicates
| Type : | boolean, default False |
|---|
Add another object’s transformation to the total offset
| Type : | boolean, default False |
|---|
Add an offset relative to the object’s bounding box
| Type : | boolean, default False |
|---|
Inherited Properties
Inherited Functions
|