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:
- disabled_marker
Color of disabled marker (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- 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:
- marker
Color of marker (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- marker_outline
Color of marker’s outline (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- metadatabg
(array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- metadatatext
(array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- path_after
Color of path after current frame (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- path_before
Color of path before current frame (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- 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:
- 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:
- selected_marker
Color of selected marker (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- space
Settings for space (readonly, never None)
- Type:
- 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:
- 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