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
-
frame_end¶ Final frame of the mask (used for sequencer)
Type: int in [0, 500000], default 0
-
frame_start¶ First frame of the mask (used for sequencer)
Type: int in [0, 500000], default 0
-
layers¶ Collection of layers which defines this mask
Type: MaskLayersbpy_prop_collectionofMaskLayer, (readonly)
-
Inherited Properties
Inherited Functions
References