Blender Git Loki
Git Commits -> Revision 478e429
Revision 478e429 by Sergey Sharybin (master) July 22, 2011, 16:18 (GMT) |
Camera tracking integration =========================== - Operator "Join Selected Tracks". This operator joins all selected tracks to active track. Hotkey is Ctrl-J. - Operator "Select Grouped". Now it's easy to select all locked/keyframes/etc markers. Hotkey is Shit-G. - Operator to jump to beginning/end of active path. Hotkeys are Shift+Ctrl+Arrow Left/Right. - Operator to copy color from active track to all tracks. |
Commit Details:
Full Hash: 478e42970cc4328bf68239ad27d56cf144f323b9
SVN Revision: 38612
Parent Commit: 4b24ce8
Lines Changed: +367, -15
6 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+41, -2) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+45, -0) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+5, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+12, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+262, -13) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+45, -0) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+5, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+12, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+262, -13) (Diff)