Blender Git Commit Log
Git Commits -> Revision a09835a
Revision a09835a by Joshua Leung (master) December 7, 2008, 23:54 (GMT) |
View2D: Modal Ctrl-MMB-drag Zoom Restored Added back the Ctrl-MMB-drag zoom. * It uses RNA-props for delta amounts to be added to the cur rect, as opposed to storing a transform factor like the others. * Made the operator another repeatable one * The user-pref Continue/Dolly/Scale options are still respected. Currently, this is not stored as an RNA-prop for repeated behaviour, as it is not necessary for this operator to function correctly (and also, this data would fall under 'context' info more) Removed clamping of scroller 'bubble' to bounds of scroller, as it produced a confusing display when using handles to zoom view. |
Commit Details:
Full Hash: a09835a8f4021fc4fbd0ee2bde3ffccb0384b6c9
SVN Revision: 17741
Parent Commit: 63b8fca
Lines Changed: +258, -11