Blender Git Commit Log
Git Commits -> Revision 6cc4952
Revision 6cc4952 by Sergey Sharybin (master) August 4, 2011, 14:39 (GMT) |
Camera tracking integration =========================== - Fixed bug with resetting marker's flag for non-transforming tracks when canceling transformation. - Fixed bug with keyframing non-selected tracks when initializing tracking tools. - Changed selection policy: now invisible parts of marker can be selected. - Added operator redo panel to Clip Editor. - Set Scale operator now uses operator property for scale. - Added operator "Clean Tracks" which currently checks if tracks are tracked long enough and can select bad tracks, delete them or delete tracking segments which are too short. |
Commit Details:
Full Hash: 6cc4952ca3105a6c044027cb17e86ee57444fc35
SVN Revision: 39025
Parent Commit: f56590a
Lines Changed: +592, -292
1 Added Path:
/source/blender/editors/space_clip/clip_toolbar.c (+246, -0) (View)
1 Deleted Path:
/source/blender/editors/space_clip/clip_header.c (+0, -160)
15 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+4, -8) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+3, -2) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+0, -1) (Diff)
/source/blender/editors/include/ED_clip.h (+2, -0) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+4, -4) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+11, -1) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+7, -2) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+7, -17) (Diff)
/source/blender/editors/space_clip/CMakeLists.txt (+1, -1) (Diff)
/source/blender/editors/space_clip/space_clip.c (+43, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+257, -83) (Diff)
/source/blender/editors/transform/transform_conversions.c (+2, -2) (Diff)
/source/blender/editors/transform/transform_generics.c (+5, -3) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+0, -2) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+0, -6) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+3, -2) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+0, -1) (Diff)
/source/blender/editors/include/ED_clip.h (+2, -0) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+4, -4) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+11, -1) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+7, -2) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+7, -17) (Diff)
/source/blender/editors/space_clip/CMakeLists.txt (+1, -1) (Diff)
/source/blender/editors/space_clip/space_clip.c (+43, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+257, -83) (Diff)
/source/blender/editors/transform/transform_conversions.c (+2, -2) (Diff)
/source/blender/editors/transform/transform_generics.c (+5, -3) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+0, -2) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+0, -6) (Diff)