CurveMap(bpy_struct)

base class — bpy_struct

class bpy.types.CurveMap(bpy_struct)

Curve in a curve mapping

extend

Extrapolate the curve or extend it horizontally

Type :enum in [‘HORIZONTAL’, ‘EXTRAPOLATED’], default ‘HORIZONTAL’, (readonly)
points
Type :bpy_prop_collection of CurveMapPoint, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

Curve(ID)

Next topic

CurveMapPoint(bpy_struct)