CurveMapPoints(bpy_struct)

base class — bpy_struct

class bpy.types.CurveMapPoints(bpy_struct)

Collection of Curve Map Points

new(position, value)

Add point to CurveMap

Parameters:
  • position (float in [-inf, inf]) – Position, Position to add point
  • value (float in [-inf, inf]) – Value, Value of point
Returns:

New point

Return type:

CurveMapPoint

remove(point)

Delete point from CurveMap

Parameters:point (CurveMapPoint, (never None)) – PointElement to remove

Inherited Properties

Inherited Functions

References