MaskSplinePoints(bpy_struct)

base class — bpy_struct

class bpy.types.MaskSplinePoints(bpy_struct)

Collection of masking spline points

add(count=1)

Add a number of point to this spline

Parameters:count (int in [0, inf], (optional)) – Number, Number of points to add to the spline
remove(point)

Remove a point from a spline

Parameters:point (MaskSplinePoint, (never None)) – The point to remove

Inherited Properties

Inherited Functions

References