ArrayGpencilModifier(GpencilModifier)¶
base classes — bpy_struct, GpencilModifier
-
class
bpy.types.ArrayGpencilModifier(GpencilModifier)¶ Create grid of duplicate instances
-
constant_offset¶ Value for the distance between items
- Type
float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
-
count¶ Number of items
- Type
int in [1, 32767], default 0
-
invert_layer_pass¶ Inverse filter
- Type
boolean, default False
-
invert_layers¶ Inverse filter
- Type
boolean, default False
-
invert_material_pass¶ Inverse filter
- Type
boolean, default False
-
invert_materials¶ Inverse filter
- Type
boolean, default False
-
layer¶ Layer name
- Type
string, default “”, (never None)
-
layer_pass¶ Layer pass index
- Type
int in [0, 100], default 0
-
offset_object¶ Use the location and rotation of another object to determine the distance and rotational change between arrayed items
- Type
-
pass_index¶ Pass index
- Type
int in [0, 100], default 0
-
random_offset¶ Value for changes in location
- Type
float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
-
random_rotation¶ Value for changes in rotation
- Type
float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
-
random_scale¶ Value for changes in scale
- Type
float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
-
relative_offset¶ 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)
-
replace_material¶ Index of the material used for generated strokes (0 keep original material)
- Type
int in [0, 32767], default 0
-
seed¶ Random seed
- Type
int in [0, inf], default 0
-
use_constant_offset¶ Enable offset
- Type
boolean, default False
-
use_object_offset¶ Enable object offset
- Type
boolean, default False
-
use_relative_offset¶ Enable shift
- Type
boolean, default False
-
classmethod
bl_rna_get_subclass(id, default=None)¶ - Parameters
id (string) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Structsubclass
-
classmethod
bl_rna_get_subclass_py(id, default=None)¶ - Parameters
id (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
-
Inherited Properties
Inherited Functions