MaskSpline(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.MaskSpline(bpy_struct)¶ Single spline used for defining mask shape
-
offset_mode¶ The method used for calculating the feather offset
EVENEven, Calculate even feather offset.SMOOTHSmooth, Calculate feather offset as a second curve.
Type: enum in [‘EVEN’, ‘SMOOTH’], default ‘EVEN’
-
points¶ Collection of points
Type: MaskSplinePointsbpy_prop_collectionofMaskSplinePoint, (readonly)
-
use_cyclic¶ Make this spline a closed loop
Type: boolean, default False
-
use_fill¶ Make this spline filled
Type: boolean, default False
-
use_self_intersection_check¶ Prevent feather from self-intersections
Type: boolean, default False
-
weight_interpolation¶ The type of weight interpolation for spline
Type: enum in [‘LINEAR’, ‘EASE’], default ‘LINEAR’
-
Inherited Properties
Inherited Functions
References