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)

frame_current#
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)

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_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

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 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 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)

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_marker_line#
Type:

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

time_marker_line_selected#
Type:

float array of 4 items in [0, 1], default (0.0, 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 (string) – 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 (string) – The RNA type identifier.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions

References