EnvelopeGpencilModifier(GpencilModifier)

base classes — bpy_struct, GpencilModifier

class bpy.types.EnvelopeGpencilModifier(GpencilModifier)

Envelope stroke effect modifier

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

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

mat_nr

The material to use for the new strokes

Type:

int in [-1, 32767], default -1

material

Material used for filtering effect

Type:

Material

mode

Algorithm to use for generating the envelope

  • DEFORM Deform – Deform the stroke to best match the envelope shape.

  • SEGMENTS Segments – Add segments to create the envelope. Keep the original stroke.

  • FILLS Fills – Add fill segments to create the envelope. Don’t keep the original stroke.

Type:

enum in [‘DEFORM’, ‘SEGMENTS’, ‘FILLS’], default ‘SEGMENTS’

pass_index

Pass index

Type:

int in [0, 100], default 0

skip

The number of generated segments to skip to reduce complexity

Type:

int in [0, inf], default 0

spread

The number of points to skip to create straight segments

Type:

int in [1, inf], default 10

strength

Multiplier for the strength of the new strokes

Type:

float in [0, inf], default 1.0

thickness

Multiplier for the thickness of the new strokes

Type:

float in [0, inf], default 1.0

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