Blender Git Loki
Git Commits -> Revision bce8986
Revision bce8986 by Sergey Sharybin (master) January 25, 2012, 13:37 (GMT) |
Various fixes for camera tracking stuff - Fixed tooltip displaying for track sequence forwards in clip editor - Corrected detection of 8 tracks so it wouldn't count tracks disabled on keyframes. - Scale track preview to actual track widget size instead of scaling the whole preview image with given zoom ratio, so no extra memory needed to store zoomed margin would be used. - Track's statistics text will fit pattern position instead of search if marker is disabled on current frame. - Fixed toggle selection operator if selected track is hidden due to "Hide Disabled" policy. |
Commit Details:
Full Hash: bce89860f52b150ea7da7bbeefd2cdd62b75ae33
SVN Revision: 43691
Parent Commit: b8586f4
Lines Changed: +47, -27
6 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+10, -3) (Diff)
/source/blender/editors/interface/interface_draw.c (+23, -19) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+3, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+9, -4) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+10, -3) (Diff)
/source/blender/editors/interface/interface_draw.c (+23, -19) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+3, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+9, -4) (Diff)