Clip Graph Editor

Detailed Reference

Note

Hotkeys marked with the “(default)” prefix are inherited from the default blender keymap

Ctrl-ACTIONMOUSE → clip.change_frame : MOUSE → PRESS

Change Frame

bpy.ops.clip.change_frame(frame=0)

Alt-EVT_TWEAK_S → clip.graph_select_border : TWEAK → ANY

Border Select

bpy.ops.clip.graph_select_border(gesture_mode=0, xmin=0, xmax=0, ymin=0, ymax=0, extend=True)

Properties: Values:
Extend False
Shift-Alt-EVT_TWEAK_S → clip.graph_select_border : TWEAK → ANY

Border Select

bpy.ops.clip.graph_select_border(gesture_mode=0, xmin=0, xmax=0, ymin=0, ymax=0, extend=True)

Properties: Values:
Extend True
Ctrl-A → clip.graph_select_all_markers : KEYBOARD → PRESS

(De)select All Markers

bpy.ops.clip.graph_select_all_markers(action=’TOGGLE’)

Properties: Values:
Action TOGGLE
(default) ACTIONMOUSE → clip.change_frame : MOUSE → PRESS

Change Frame

bpy.ops.clip.change_frame(frame=0)

(default) SELECTMOUSE → clip.graph_select : MOUSE → PRESS

Select

bpy.ops.clip.graph_select(location=(0, 0), extend=False)

Properties: Values:
Extend False
(default) Shift-SELECTMOUSE → clip.graph_select : MOUSE → PRESS

Select

bpy.ops.clip.graph_select(location=(0, 0), extend=False)

Properties: Values:
Extend True
(default) A → clip.graph_select_all_markers : KEYBOARD → PRESS

(De)select All Markers

bpy.ops.clip.graph_select_all_markers(action=’TOGGLE’)

Properties: Values:
Action TOGGLE
(default) Ctrl-I → clip.graph_select_all_markers : KEYBOARD → PRESS

(De)select All Markers

bpy.ops.clip.graph_select_all_markers(action=’TOGGLE’)

Properties: Values:
Action INVERT
(default) B → clip.graph_select_border : KEYBOARD → PRESS

Border Select

bpy.ops.clip.graph_select_border(gesture_mode=0, xmin=0, xmax=0, ymin=0, ymax=0, extend=True)

(default) DEL → clip.graph_delete_curve : KEYBOARD → PRESS

Delete Curve

bpy.ops.clip.graph_delete_curve()

(default) X → clip.graph_delete_curve : KEYBOARD → PRESS

Delete Curve

bpy.ops.clip.graph_delete_curve()

(default) Shift-DEL → clip.graph_delete_knot : KEYBOARD → PRESS

Delete Knot

bpy.ops.clip.graph_delete_knot()

(default) Shift-X → clip.graph_delete_knot : KEYBOARD → PRESS

Delete Knot

bpy.ops.clip.graph_delete_knot()

(default) HOME → clip.graph_view_all : KEYBOARD → PRESS

View All

bpy.ops.clip.graph_view_all()

(default) NDOF_BUTTON_FIT → clip.graph_view_all : NDOF → PRESS

View All

bpy.ops.clip.graph_view_all()

(default) NUMPAD_PERIOD → clip.graph_center_current_frame : KEYBOARD → PRESS

Center Current Frame

bpy.ops.clip.graph_center_current_frame()

(default) L → wm.context_toggle : KEYBOARD → PRESS

Context Toggle

bpy.ops.wm.context_toggle(data_path=””)

Properties: Values:
Context Attributes space_data.lock_time_cursor
(default) Alt-T → clip.clear_track_path : KEYBOARD → PRESS

Clear Track Path

bpy.ops.clip.clear_track_path(action=’REMAINED’, clear_active=False)

Properties: Values:
Action REMAINED
Clear Active True
(default) Shift-T → clip.clear_track_path : KEYBOARD → PRESS

Clear Track Path

bpy.ops.clip.clear_track_path(action=’REMAINED’, clear_active=False)

Properties: Values:
Action UPTO
Clear Active True
(default) Shift-Alt-T → clip.clear_track_path : KEYBOARD → PRESS

Clear Track Path

bpy.ops.clip.clear_track_path(action=’REMAINED’, clear_active=False)

Properties: Values:
Action ALL
Clear Active True
(default) Shift-D → clip.graph_disable_markers : KEYBOARD → PRESS

Disable Markers

bpy.ops.clip.graph_disable_markers(action=’DISABLE’)

Properties: Values:
Action TOGGLE
(default) G → transform.translate : KEYBOARD → PRESS

Translate

bpy.ops.transform.translate(value=(0, 0, 0), constraint_axis=(False, False, False), constraint_orientation=’GLOBAL’, mirror=False, proportional=’DISABLED’, proportional_edit_falloff=’SMOOTH’, proportional_size=1, snap=False, snap_target=’CLOSEST’, snap_point=(0, 0, 0), snap_align=False, snap_normal=(0, 0, 0), gpencil_strokes=False, texture_space=False, remove_on_cancel=False, release_confirm=False)

(default) EVT_TWEAK_S → transform.translate : TWEAK → ANY

Translate

bpy.ops.transform.translate(value=(0, 0, 0), constraint_axis=(False, False, False), constraint_orientation=’GLOBAL’, mirror=False, proportional=’DISABLED’, proportional_edit_falloff=’SMOOTH’, proportional_size=1, snap=False, snap_target=’CLOSEST’, snap_point=(0, 0, 0), snap_align=False, snap_normal=(0, 0, 0), gpencil_strokes=False, texture_space=False, remove_on_cancel=False, release_confirm=False)

(default) S → transform.resize : KEYBOARD → PRESS

Resize

bpy.ops.transform.resize(value=(1, 1, 1), constraint_axis=(False, False, False), constraint_orientation=’GLOBAL’, mirror=False, proportional=’DISABLED’, proportional_edit_falloff=’SMOOTH’, proportional_size=1, snap=False, snap_target=’CLOSEST’, snap_point=(0, 0, 0), snap_align=False, snap_normal=(0, 0, 0), gpencil_strokes=False, texture_space=False, remove_on_cancel=False, release_confirm=False)

(default) R → transform.rotate : KEYBOARD → PRESS

Rotate

bpy.ops.transform.rotate(value=0, axis=(0, 0, 0), constraint_axis=(False, False, False), constraint_orientation=’GLOBAL’, mirror=False, proportional=’DISABLED’, proportional_edit_falloff=’SMOOTH’, proportional_size=1, snap=False, snap_target=’CLOSEST’, snap_point=(0, 0, 0), snap_align=False, snap_normal=(0, 0, 0), gpencil_strokes=False, release_confirm=False)