Blender Git Loki
Git Commits -> Revision 7588966
Revision 7588966 by Sergey Sharybin (master) June 28, 2011, 10:09 (GMT) |
Camera tracking integration =========================== - Internal changes: * Rename uiTemplateMarker to uiTemplateTrack. * Fixed some comments in movieclip.c. - Control channels which are affect on track. - Fixed track deletion when it's point isn't selected. |
Commit Details:
Full Hash: 75889661dee1d6975a07164d8962da2bc92b8a02
SVN Revision: 37893
Parent Commit: def04fa
Lines Changed: +65, -19
10 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+11, -3) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+1, -5) (Diff)
/source/blender/blenkernel/intern/tracking.c (+22, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+5, -5) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+17, -0) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+2, -2) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+1, -5) (Diff)
/source/blender/blenkernel/intern/tracking.c (+22, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+5, -5) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+17, -0) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+2, -2) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+1, -1) (Diff)