Blender Git Commit Log
Git Commits -> Revision b7d656c
Revision b7d656c by Sergey Sharybin (master) August 16, 2016, 12:25 (GMT) |
2D stabilizer: Revert majority of UI change For now simply reshuffle option so they keep proper dependency flow. Benefits: - Has an ability to hide tracks lists to work with other sliders around. Could be really handy to quickly get rid of lenghty lists. - From a feedback seems to be fitting workflow better. Things to doublecheck on: - Feels a bit misordered: first you define whether one want to have rotation stabilized, then have tracks, then scale options. While this follows dependency flow (which is really good and which we should not violate) it has weird feeling on whether things are really where they have to be. - Autoscale controls visibility of max-scale, can we just make it active/inactive instead? - Autoscale replaces slider with label. Can it be disabled slider instead to reduce visual jumping (disabled slider prevents user input) Hopefully we'll still want to have collapsable box after re-iterating over this points, so we don't waste bits in DNA. |
Commit Details:
Full Hash: b7d656c3b24cee4400d8bd4d5e5184e7657227ef
Parent Commit: cd5116e
Lines Changed: +65, -37
5 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+53, -37) (Diff)
/source/blender/blenkernel/intern/tracking.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+7, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+7, -0) (Diff)