ThemeCommonCurves(bpy_struct)

base class — bpy_struct

class bpy.types.ThemeCommonCurves(bpy_struct)

Shared curve theme properties

handle_align
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_auto
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_auto_clamped
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_free
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_sel_align
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_sel_auto
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_sel_auto_clamped
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_sel_free
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_sel_vect
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_vect
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_vertex
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_vertex_select
Type:

mathutils.Color of 3 items in [0, 1], default (0.0, 0.0, 0.0)

handle_vertex_size
Type:

int in [1, 100], default 0

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:

id (str) – The RNA type identifier.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:

id (str) – The RNA type identifier.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions

References