BlendDataCurves(bpy_struct)

base class — bpy_struct

class bpy.types.BlendDataCurves(bpy_struct)

Collection of curves

is_updated
Type:boolean, default False, (readonly)
new(name, type)

Add a new curve to the main database

Parameters:
  • name (string, (never None)) – New name for the datablock
  • type (enum in [‘CURVE’, ‘SURFACE’, ‘FONT’]) – Type, The type of curve to add
Returns:

New curve datablock

Return type:

Curve

remove(curve)

Remove a curve from the current blendfile

Parameters:curve (Curve, (never None)) – Curve to remove
tag(value)

tag

Parameters:value (boolean) – Value

Inherited Properties

Inherited Functions

References