MaskSplines(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.MaskSplines(bpy_struct)¶ Collection of masking splines
-
active¶ Active spline of masking layer
Type: MaskSpline
-
active_point¶ Active spline of masking layer
Type: MaskSplinePoint
-
new()¶ Add a new spline to the layer
Returns: The newly created spline Return type: MaskSpline
-
remove(spline)¶ Remove a spline from a layer
Parameters: spline ( MaskSpline, (never None)) – The spline to remove
-
Inherited Properties
Inherited Functions
References