MaskSpline(bpy_struct)

base class — bpy_struct

class bpy.types.MaskSpline(bpy_struct)

Single spline used for defining mask shape

use_cyclic

Make this spline a closed loop

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

Previous topic

MaskSequence(Sequence)

Next topic

MaskSplinePoint(bpy_struct)