GpencilModifier(bpy_struct)
base class — bpy_struct
subclasses —
ArmatureGpencilModifier
, ArrayGpencilModifier
, BuildGpencilModifier
, ColorGpencilModifier
, DashGpencilModifierData
, HookGpencilModifier
, LatticeGpencilModifier
, LengthGpencilModifier
, LineartGpencilModifier
, MirrorGpencilModifier
, MultiplyGpencilModifier
, NoiseGpencilModifier
, OffsetGpencilModifier
, OpacityGpencilModifier
, ShrinkwrapGpencilModifier
, SimplifyGpencilModifier
, SmoothGpencilModifier
, SubdivGpencilModifier
, TextureGpencilModifier
, ThickGpencilModifier
, TimeGpencilModifier
, TintGpencilModifier
, WeightAngleGpencilModifier
, WeightProxGpencilModifier
- class bpy.types.GpencilModifier(bpy_struct)
Modifier affecting the Grease Pencil object
- is_override_data
In a local override object, whether this modifier comes from the linked reference object, or is local to the override
- Type
boolean, default False, (readonly)
- name
Modifier name
- Type
string, default “”, (never None)
- show_expanded
Set modifier expanded in the user interface
- Type
boolean, default False
- show_in_editmode
Display modifier in Edit mode
- Type
boolean, default False
- show_render
Use modifier during render
- Type
boolean, default False
- show_viewport
Display modifier in viewport
- Type
boolean, default False
- type
GP_TEXTURE
Texture Mapping – Change stroke uv texture values.GP_TIME
Time Offset – Offset keyframes.GP_WEIGHT_ANGLE
Vertex Weight Angle – Generate Vertex Weights base on stroke angle.GP_WEIGHT_PROXIMITY
Vertex Weight Proximity – Generate Vertex Weights base on distance to object.GP_ARRAY
Array – Create array of duplicate instances.GP_BUILD
Build – Create duplication of strokes.GP_DASH
Dot Dash – Generate dot-dash styled strokes.GP_LENGTH
Length – Extend or shrink strokes.GP_LINEART
Line Art – Generate line art strokes from selected source.GP_MIRROR
Mirror – Duplicate strokes like a mirror.GP_MULTIPLY
Multiple Strokes – Produce multiple strokes along one stroke.GP_SIMPLIFY
Simplify – Simplify stroke reducing number of points.GP_SUBDIV
Subdivide – Subdivide stroke adding more control points.GP_ARMATURE
Armature – Deform stroke points using armature object.GP_HOOK
Hook – Deform stroke points using objects.GP_LATTICE
Lattice – Deform strokes using lattice.GP_NOISE
Noise – Add noise to strokes.GP_OFFSET
Offset – Change stroke location, rotation or scale.SHRINKWRAP
Shrinkwrap – Project the shape onto another object.GP_SMOOTH
Smooth – Smooth stroke.GP_THICK
Thickness – Change stroke thickness.GP_COLOR
Hue/Saturation – Apply changes to stroke colors.GP_OPACITY
Opacity – Opacity of the strokes.GP_TINT
Tint – Tint strokes with new color.
- Type
enum in [‘GP_TEXTURE’, ‘GP_TIME’, ‘GP_WEIGHT_ANGLE’, ‘GP_WEIGHT_PROXIMITY’, ‘GP_ARRAY’, ‘GP_BUILD’, ‘GP_DASH’, ‘GP_LENGTH’, ‘GP_LINEART’, ‘GP_MIRROR’, ‘GP_MULTIPLY’, ‘GP_SIMPLIFY’, ‘GP_SUBDIV’, ‘GP_ARMATURE’, ‘GP_HOOK’, ‘GP_LATTICE’, ‘GP_NOISE’, ‘GP_OFFSET’, ‘SHRINKWRAP’, ‘GP_SMOOTH’, ‘GP_THICK’, ‘GP_COLOR’, ‘GP_OPACITY’, ‘GP_TINT’], default ‘GP_TEXTURE’, (readonly)
- 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
Inherited Properties
Inherited Functions
References