base classes — bpy_struct, Space
Clip editor space data
Parameters defining which frame of the movie clip is displayed
| Type : | MovieClipUser, (readonly, never None) |
|---|
Lock viewport to selected markers during playback
| Type : | boolean, default False |
|---|
Lock curves view to time cursor during playback and tracking
| Type : | boolean, default False |
|---|
Editing context being displayed
| Type : | enum in [‘TRACKING’, ‘RECONSTRUCTION’, ‘DISTORTION’], default ‘TRACKING’ |
|---|
Length of displaying path, in frames
| Type : | int in [0, 50], default 0 |
|---|
Scopes to visualize movie clip statistics
| Type : | MovieClipScopes, (readonly) |
|---|
Show blue channel in the frame
| Type : | boolean, default False |
|---|
Show projection of 3D markers into footage
| Type : | boolean, default False |
|---|
Show disabled tracks from the footage
| Type : | boolean, default False |
|---|
Show filters for graph editor
| Type : | boolean, default False |
|---|
Show curve for per-frame average error (camera motion should be solved first)
| Type : | boolean, default False |
|---|
Display the speed curves (in “x” direction red, in “y” direction green) for the selected tracks
| Type : | boolean, default False |
|---|
Show green channel in the frame
| Type : | boolean, default False |
|---|
Show grid showing lens distortion
| Type : | boolean, default False |
|---|
Show pattern boundbox for markers
| Type : | boolean, default False |
|---|
Show search boundbox for markers
| Type : | boolean, default False |
|---|
Show track names and status
| Type : | boolean, default False |
|---|
Show red channel in the frame
| Type : | boolean, default False |
|---|
Show stable footage in editor (if stabilization is enabled)
| Type : | boolean, default False |
|---|
Show markers in a more compact manner
| Type : | boolean, default False |
|---|
Show path of how track moves
| Type : | boolean, default False |
|---|
Display frame in grayscale mode
| Type : | boolean, default False |
|---|
Use manual calibration helpers
| Type : | boolean, default False |
|---|
Mute footage and show black background instead
| Type : | boolean, default False |
|---|
Type of the clip editor view
| Type : | enum in [‘CLIP’, ‘GRAPH’], default ‘CLIP’ |
|---|
Inherited Properties
Inherited Functions
|