NoiseGpencilModifier(GpencilModifier)¶
base classes — bpy_struct
, GpencilModifier
-
class
bpy.types.
NoiseGpencilModifier
(GpencilModifier)¶ Noise effect modifier
-
factor
¶ Amount of noise to apply
Type: float in [0, 30], default 0.0
-
full_stroke
¶ The noise moves the stroke as a whole, not point by point
Type: boolean, default False
-
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_vertex
¶ 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
-
move_extreme
¶ The noise moves the stroke extreme points
Type: boolean, default False
-
pass_index
¶ Pass index
Type: int in [0, 100], default 0
-
random
¶ Use random values
Type: boolean, default False
-
step
¶ Number of frames before recalculate random values again
Type: int in [1, 100], default 0
-
use_edit_position
¶ The modifier affects the position of the point
Type: boolean, default False
-
use_edit_strength
¶ The modifier affects the color strength of the point
Type: boolean, default False
-
use_edit_thickness
¶ The modifier affects the thickness of the point
Type: boolean, default False
-
use_edit_uv
¶ The modifier affects the UV rotation factor of the point
Type: boolean, default False
-
vertex_group
¶ Vertex group name for modulating the deform
Type: string, default “”, (never None)
-
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.Struct
subclass
-
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