Blender Git Loki
Git Commits -> Revision b821244
Revision b821244 by Sergey Sharybin (master) July 12, 2011, 11:46 (GMT) |
Camera tracking integration =========================== - Reduced size of widget for camera focal length units. Also changed labels to mm/px. Now it's much easier to read values and titles here. - Reordered settings in "Display" panel. Hopefully it's now easier to read options here even when N-panel isn't large enough. - Fixed bug with "disappearing" labels from "Active marker" panel. - If search areas are hidden and marker is disabled, make pattern area red rather than displaying nothing for this marker. - Internal change: "show marker path" became "show track path". - Lock shape of pattern to square by default. Control unlocks this shape. - Hitting escape when sliding cancels changes and stops sliding. - Search areas are hidden by default now. No big benefit of looking at them now after changing default settings to 2D tracker and pattern/search size. - Both of Toolshelf and Properties panels are now visible by default. - Move keyframes from Properties panel to Toolshelf. It is a key thing which makes reconstruction correct and this options were too hidden and not so convenient to use. |
Commit Details:
Full Hash: b821244614468cb29727a1888d8ea2fa47cade69
SVN Revision: 38326
Parent Commit: 222a198
Lines Changed: +69, -36
8 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+20, -15) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+3, -3) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+17, -6) (Diff)
/source/blender/editors/space_clip/space_clip.c (+1, -3) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+22, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+2, -2) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+3, -3) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+17, -6) (Diff)
/source/blender/editors/space_clip/space_clip.c (+1, -3) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+22, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+2, -2) (Diff)