TextureGpencilModifier(GpencilModifier)

base classes — bpy_struct, GpencilModifier

class bpy.types.TextureGpencilModifier(GpencilModifier)

Transform stroke texture coordinates Modifier

alignment_rotation

Additional rotation applied to dots and square strokes

Type

float in [-1.5708, 1.5708], default 0.0

fill_offset

Additional offset of the fill UV

Type

mathutils.Vector of 2 items in [-inf, inf], default (0.0, 0.0)

fill_rotation

Additional rotation of the fill UV

Type

float in [-inf, inf], default 0.0

fill_scale

Additional scale of the fill UV

Type

float in [0.01, 100], default 1.0

fit_method
  • CONSTANT_LENGTH Constant Length – Keep the texture at a constant length regardless of the length of each stroke.

  • FIT_STROKE Stroke Length – Scale the texture to fit the length of each stroke.

Type

enum in [‘CONSTANT_LENGTH’, ‘FIT_STROKE’], default ‘CONSTANT_LENGTH’

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

material

Material used for filtering effect

Type

Material

mode
  • STROKE Stroke – Manipulate only stroke texture coordinates.

  • FILL Fill – Manipulate only fill texture coordinates.

  • STROKE_AND_FILL Stroke & Fill – Manipulate both stroke and fill texture coordinates.

Type

enum in [‘STROKE’, ‘FILL’, ‘STROKE_AND_FILL’], default ‘STROKE’

pass_index

Pass index

Type

int in [0, 100], default 0

uv_offset

Offset value to add to stroke UVs

Type

float in [-inf, inf], default 0.0

uv_scale

Factor to scale the UVs

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