MaskModifier(Modifier)

base classes — bpy_struct, Modifier

class bpy.types.MaskModifier(Modifier)

Mask modifier to hide parts of the mesh

armature

Armature to use as source of bones to mask

Type

Object

invert_vertex_group

Use vertices that are not part of region defined

Type

boolean, default False

mode
Type

enum in [‘VERTEX_GROUP’, ‘ARMATURE’], default ‘VERTEX_GROUP’

threshold

Weights over this threshold remain

Type

float in [0, 1], default 0.0

vertex_group

Vertex group name

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