MaskSplinePoint(bpy_struct)

base class — bpy_struct

class bpy.types.MaskSplinePoint(bpy_struct)

Single point in spline used for defining mask

co

Coordinates of the control point

Type :float array of 2 items in [-inf, inf], default (0.0, 0.0)
feather_points

Points defining feather

Type :bpy_prop_collection of MaskSplinePointUW, (readonly)
handle_left

Coordinates of the first handle

Type :float array of 2 items in [-inf, inf], default (0.0, 0.0)
handle_right

Coordinates of the second handle

Type :float array of 2 items in [-inf, inf], default (0.0, 0.0)
handle_type

Handle type

Type :enum in [‘AUTO’, ‘VECTOR’, ‘ALIGNED’], default ‘AUTO’
parent
Type :MaskParent, (readonly)
select

Selection status

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

MaskSpline(bpy_struct)

Next topic

MaskSplinePointUW(bpy_struct)