SpaceClipEditor(Space)

base classes — bpy_struct, Space

class bpy.types.SpaceClipEditor(Space)

Clip editor space data

clip

Movie clip displayed and edited in this space

Type :MovieClip
clip_user

Parameters defining which frame of the movie clip is displayed

Type :MovieClipUser, (readonly, never None)
grease_pencil_source

Where the grease pencil comes from

  • CLIP Clip, Show grease pencil datablock which belongs to movie clip.
  • TRACK Track, Show grease pencil datablock which belongs to active track.
Type :enum in [‘CLIP’, ‘TRACK’], default ‘CLIP’
lock_selection

Lock viewport to selected markers during playback

Type :boolean, default False
lock_time_cursor

Lock curves view to time cursor during playback and tracking

Type :boolean, default False
mask

Mask displayed and edited in this space

Type :Mask
mask_draw_type

Draw type for mask splines

  • OUTLINE Outline, Draw white edges with black outline.
  • DASH Dash, Draw dashed black-white edges.
  • BLACK Black, Draw black edges.
  • WHITE White, Draw white edges.
Type :enum in [‘OUTLINE’, ‘DASH’, ‘BLACK’, ‘WHITE’], default ‘OUTLINE’
mode

Editing context being displayed

  • TRACKING Tracking, Show tracking and solving tools.
  • RECONSTRUCTION Reconstruction, Show tracking/reconstruction tools.
  • DISTORTION Distortion, Show distortion tools.
  • MASK Mask, Show mask editing tools.
Type :enum in [‘TRACKING’, ‘RECONSTRUCTION’, ‘DISTORTION’, ‘MASK’], default ‘TRACKING’
path_length

Length of displaying path, in frames

Type :int in [0, 50], default 0
pivot_point

Pivot center for rotation/scaling

  • BOUNDING_BOX_CENTER Bounding Box Center, Pivot around bounding box center of selected object(s).
  • INDIVIDUAL_ORIGINS Individual Origins, Pivot around each object’s own origin.
  • MEDIAN_POINT Median Point, Pivot around the median point of selected objects.
Type :enum in [‘BOUNDING_BOX_CENTER’, ‘INDIVIDUAL_ORIGINS’, ‘MEDIAN_POINT’], default ‘BOUNDING_BOX_CENTER’
scopes

Scopes to visualize movie clip statistics

Type :MovieClipScopes, (readonly)
show_blue_channel

Show blue channel in the frame

Type :boolean, default False
show_bundles

Show projection of 3D markers into footage

Type :boolean, default False
show_disabled

Show disabled tracks from the footage

Type :boolean, default False
show_filters

Show filters for graph editor

Type :boolean, default False
show_graph_frames

Show curve for per-frame average error (camera motion should be solved first)

Type :boolean, default False
show_graph_hidden

Include channels from objects/bone that aren’t visible

Type :boolean, default False
show_graph_only_selected

Only include channels relating to selected objects and data

Type :boolean, default False
show_graph_tracks

Display the speed curves (in “x” direction red, in “y” direction green) for the selected tracks

Type :boolean, default False
show_green_channel

Show green channel in the frame

Type :boolean, default False
show_grid

Show grid showing lens distortion

Type :boolean, default False
show_marker_pattern

Show pattern boundbox for markers

Type :boolean, default False

Show search boundbox for markers

Type :boolean, default False
show_mask_smooth
Type :boolean, default False
show_names

Show track names and status

Type :boolean, default False
show_red_channel

Show red channel in the frame

Type :boolean, default False
show_seconds

Show timing in seconds not frames

Type :boolean, default False
show_stable

Show stable footage in editor (if stabilization is enabled)

Type :boolean, default False
show_tiny_markers

Show markers in a more compact manner

Type :boolean, default False
show_track_path

Show path of how track moves

Type :boolean, default False
use_grayscale_preview

Display frame in grayscale mode

Type :boolean, default False
use_manual_calibration

Use manual calibration helpers

Type :boolean, default False
use_mute_footage

Mute footage and show black background instead

Type :boolean, default False
view

Type of the clip editor view

  • CLIP Clip, Show editing clip preview.
  • GRAPH Graph, Show graph view for active element.
  • DOPESHEET Dopesheet, Dopesheet view for tracking data.
Type :enum in [‘CLIP’, ‘GRAPH’, ‘DOPESHEET’], default ‘CLIP’

Inherited Properties

Inherited Functions

Previous topic

Space(bpy_struct)

Next topic

SpaceConsole(Space)