Package bpy :: Module types :: Class ArrayModifier
[hide private]
[frames] | no frames]

Class ArrayModifier


The Array Modifier Object

Array duplication modifier.

(no references to this struct found)

Instance Variables [hide private]
boolean add_offset_object
Add an object transformation to the total offset.
boolean constant_offset
Constant Offset
float array of 3 items in [-inf, inf] constant_offset_displacement
Constant Offset Displacement
int in [1, inf] count
Number of duplicates to make.
Object curve
Curve object to fit array length to.
boolean editmode
Use modifier while in the edit mode. (Inherited from bpy.types.Modifier)
Object end_cap
Mesh object to use as an end cap.
boolean expanded
Set modifier expanded in the user interface. (Inherited from bpy.types.Modifier)
enum fit_type
Array length calculation method.
float in [0, inf] length
Length to fit array within.
boolean merge_adjacent_vertices
Merge vertices in adjacent duplicates.
float in [0, inf] merge_distance
Limit below which to merge vertices.
boolean merge_end_vertices
Merge vertices in first and last duplicates.
string name
Modifier name. (Inherited from bpy.types.Modifier)
Object offset_object
Offset Object
boolean on_cage
Enable direct editing of modifier control cage. (Inherited from bpy.types.Modifier)
boolean realtime
Realtime display of a modifier. (Inherited from bpy.types.Modifier)
boolean relative_offset
Relative Offset
float array of 3 items in [-inf, inf] relative_offset_displacement
Relative Offset Displacement
boolean render
Use modifier during rendering. (Inherited from bpy.types.Modifier)
Object start_cap
Mesh object to use as a start cap.
enum (readonly) type
Type in... (Inherited from bpy.types.Modifier)
Instance Variable Details [hide private]

fit_type

Array length calculation method. in...
  • FIXED_COUNT
  • FIT_LENGTH
  • FIT_CURVE
Type:
enum