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
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- disabled_marker
Color of disabled marker
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- grid
- Type:
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- locked_marker
Color of locked marker
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- marker
Color of marker
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- marker_outline
Color of marker’s outline
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- metadatabg
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- metadatatext
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- path_after
Color of path after current frame
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- path_before
Color of path before current frame
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- path_keyframe_after
Color of keyframes on a path after current frame
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- path_keyframe_before
Color of keyframes on a path before current frame
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- selected_marker
Color of selected marker
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- space
Settings for space
- Type:
ThemeSpaceGeneric
, (readonly, never None)
- space_list
Settings for space list
- Type:
ThemeSpaceListGeneric
, (readonly, never None)
- space_region
Settings for space region
- Type:
ThemeSpaceRegionGeneric
, (readonly, never None)
- strips
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- strips_selected
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- time_scrub_background
- Type:
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.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