Mask(ID)

base classes — bpy_struct, ID

class bpy.types.Mask(ID)

Mask data-block defining mask for compositing

active_layer_index

Index of active layer in list of all mask’s layers

Type:int in [-inf, inf], default 0
animation_data

Animation data for this data-block

Type:AnimData, (readonly)
frame_end

Final frame of the mask (used for sequencer)

Type:int in [0, 1048574], default 0
frame_start

First frame of the mask (used for sequencer)

Type:int in [0, 1048574], default 0
layers

Collection of layers which defines this mask

Type:MaskLayers bpy_prop_collection of MaskLayer, (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
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

References