GpencilModifier(bpy_struct)#
base class — bpy_struct
subclasses —
ArmatureGpencilModifier
, ArrayGpencilModifier
, BuildGpencilModifier
, ColorGpencilModifier
, DashGpencilModifierData
, EnvelopeGpencilModifier
, HookGpencilModifier
, LatticeGpencilModifier
, LengthGpencilModifier
, LineartGpencilModifier
, MirrorGpencilModifier
, MultiplyGpencilModifier
, NoiseGpencilModifier
, OffsetGpencilModifier
, OpacityGpencilModifier
, OutlineGpencilModifier
, 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#
- Type:
enum in Object Greasepencil Modifier Type Items, 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