MultiplyGpencilModifier(GpencilModifier)¶
base classes — bpy_struct, GpencilModifier
-
class
bpy.types.MultiplyGpencilModifier(GpencilModifier)¶ Generate multiple strokes from one stroke
-
distance¶ Distance of duplications
Type: float in [0, 3.14159], default 0.0
-
duplications¶ How many copies of strokes be displayed
Type: int in [0, 10], default 0
-
enable_angle_splitting¶ Enable angle splitting
Type: boolean, default False
-
enable_fading¶ Enable fading
Type: boolean, default False
-
fading_center¶ Fade center
Type: float in [0, 1], default 0.0
-
fading_opacity¶ Fade influence of stroke’s opacity
Type: float in [0, 1], default 0.5
-
fading_thickness¶ Fade influence of stroke’s thickness
Type: float in [0, 1], default 0.5
-
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
-
material¶ Material name
Type: string, default “”, (never None)
-
offset¶ Offset of duplications. -1 to 1: inner to outer
Type: float in [-inf, inf], default 0.0
-
pass_index¶ Pass index
Type: int in [0, 100], default 0
-
split_angle¶ Split angle for segments
Type: float in [0, 3.14159], default 0.0
-
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