Mask(ID)

base classes — bpy_struct, ID

class bpy.types.Mask(ID)

Mask datablock 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 datablock

Type:AnimData, (readonly)
frame_end

Final frame of the mask (used for sequencer)

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

First frame of the mask (used for sequencer)

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

Collection of layers which defines this mask

Type:MaskLayers bpy_prop_collection of MaskLayer, (readonly)

Inherited Properties

Inherited Functions

References