TintGpencilModifier(GpencilModifier)

base classes — bpy_struct, GpencilModifier

class bpy.types.TintGpencilModifier(GpencilModifier)

Tint modifier

color

Color used for tinting

Type:

mathutils.Color of 3 items in [0, 1], default (1.0, 1.0, 1.0)

colors

Color ramp used to define tinting colors

Type:

ColorRamp, (readonly)

curve

Custom curve to apply effect

Type:

CurveMapping, (readonly)

factor

Factor for tinting

Type:

float in [0, 2], default 0.5

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

object

Parent object to define the center of the effect

Type:

Object

pass_index

Pass index

Type:

int in [0, 100], default 0

radius

Defines the maximum distance of the effect

Type:

float in [1e-06, inf], default 1.0

tint_type

Select type of tinting algorithm

Type:

enum in [‘UNIFORM’, ‘GRADIENT’], default ‘UNIFORM’

use_custom_curve

Use a custom curve to define vertex color effect along the strokes

Type:

boolean, default False

use_weight_factor

Use weight to modulate effect

Type:

boolean, default False

vertex_group

Vertex group name for modulating the deform

Type:

string, default “”, (never None)

vertex_mode

Defines how vertex color affect to the strokes

  • STROKE Stroke – Vertex Color affects to Stroke only.

  • FILL Fill – Vertex Color affects to Fill only.

  • BOTH Stroke & Fill – Vertex Color affects to Stroke and Fill.

Type:

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

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