ThemeClipEditor(bpy_struct)

base class — bpy_struct

class bpy.types.ThemeClipEditor(bpy_struct)

Theme settings for the Movie Clip Editor

active_marker

Color of active marker (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

disabled_marker

Color of disabled marker (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

grid

(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))

Type:

bpy_prop_array[float]

locked_marker

Color of locked marker (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

marker

Color of marker (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

marker_outline

Color of marker’s outline (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

metadatabg

(array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

metadatatext

(array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

path_after

Color of path after current frame (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

path_before

Color of path before current frame (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

path_keyframe_after

Color of keyframes on a path after current frame (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

path_keyframe_before

Color of keyframes on a path before current frame (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

selected_marker

Color of selected marker (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

space

Settings for space (readonly, never None)

Type:

ThemeSpaceGeneric

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (bpy.types.Struct | None) – The value to return when not found.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (type | None) – The value to return when not found.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions

References