Blender Git Loki
Git Commits -> Revision ac183d3
Revision ac183d3 by Joseph Mansfield (soc-2013-motion_track) September 5, 2013, 22:59 (GMT) |
Modify constraints user interface and usability I have recently been preparing focal length constraints for committing to trunk but unfortunately missed BCon2, so it'll have to wait until next time. In the meantime, this commit brings the changes that were made according to code reviews and user feedback into my branch. The interface changes include: - Constraint value inputs are now in a column. - User interface button names have been simplified. - The focal length camera property is not forced to fit inside the focal length constraint range. Instead, the focal length is clamped to the range when solving. - When the constraint is not enabled, the min and max values will adjust to match the focal length camera property. This gives the user an anchor to help understand the meaning of the values. |
Commit Details:
Full Hash: ac183d3da0eb66c41ceb94cca21d759cdcba943e
SVN Revision: 59861
Parent Commit: bc875d1
Lines Changed: +85, -69
7 Modified Paths:
/extern/libmv/libmv-capi.h (+2, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+6, -6) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+6, -2) (Diff)
/source/blender/blenkernel/intern/tracking.c (+30, -8) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+37, -50) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+6, -6) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+6, -2) (Diff)
/source/blender/blenkernel/intern/tracking.c (+30, -8) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+37, -50) (Diff)