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 (default
'EVEN')EVENEven – Calculate even feather offset.SMOOTHSmooth – Calculate feather offset as a second curve.
- Type:
Literal[‘EVEN’, ‘SMOOTH’]
- points
Collection of points (default None, readonly)
- Type:
- use_cyclic
Make this spline a closed loop (default False)
- Type:
bool
- use_fill
Make this spline filled (default True)
- Type:
bool
- use_self_intersection_check
Prevent feather from self-intersections (default False)
- Type:
bool
- weight_interpolation
The type of weight interpolation for spline (default
'LINEAR')- Type:
Literal[‘LINEAR’, ‘EASE’]
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type