Blender Git Commit Log
Git Commits -> Revision ed01590
Revision ed01590 by Joshua Leung (master) December 7, 2008, 12:15 (GMT) |
View2D: Scroller Manipulations Implemented operator to work with scrollers. This should work reasonably well, but as always, more testing is needed. * LMB-drag can now be used to initiate manipulations of scrollbars (so they can be dragged as per normal) * By clicking on the 'dark regions' on the ends of the scroll bubble, it is possible to zoom the view (in a way similar to Sony Vegas scrollbars) Tidied up code of other operators * Re-labelled the current zoom operators, as there is still a modal click-drag zoom tool to be ported still * Marked all of the existing view manipulation operators as redoable. Scrollers manipulator is not allowed to be redoable. Assorted changes: * Added more flags for Outliner on reading old files, to prevent more weird things happening as code expects certain flags these days |
Commit Details:
Full Hash: ed015907df3f08874cd4ac4f21907e7257f0da9b
SVN Revision: 17737
Parent Commit: efdb726
Lines Changed: +380, -82
5 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/include/UI_view2d.h (+2, -1) (Diff)
/source/blender/editors/interface/view2d.c (+17, -10) (Diff)
/source/blender/editors/interface/view2d_ops.c (+352, -68) (Diff)
/source/blender/makesdna/DNA_view2d_types.h (+8, -3) (Diff)
/source/blender/editors/include/UI_view2d.h (+2, -1) (Diff)
/source/blender/editors/interface/view2d.c (+17, -10) (Diff)
/source/blender/editors/interface/view2d_ops.c (+352, -68) (Diff)
/source/blender/makesdna/DNA_view2d_types.h (+8, -3) (Diff)