Blender Git Commit Log
Git Commits -> Revision 964c3cb
Revision 964c3cb by Sergey Sharybin (master) July 9, 2011, 19:51 (GMT) |
Camera tracking integration =========================== - Implemented hide/show track functionality. - Small re-exposing Marker menu into UI. Now it's called "Track". Added new operators there. - Set reconstructed clip as active to scene. |
Commit Details:
Full Hash: 964c3cb0fa704ac67c7c663a82210260b6453845
SVN Revision: 38271
Parent Commit: 98242d4
Lines Changed: +195, -38
8 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+45, -9) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+21, -13) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+2, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+7, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+117, -15) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+21, -13) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+2, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+7, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+117, -15) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+1, -0) (Diff)