Blender Git Loki
Git Commits -> Revision 4a5618a
Revision 4a5618a by Ton Roosendaal (master) December 6, 2006, 14:37 (GMT) |
Bugfix #5356 Outliner: the new 'restriction' options were drawn as buttons, and created always even when not visible. Gave big slowdowns on large data sets. Also: help lines were drawn as shorts, should be floats Cannot fix: button coordinates are short by default still, giant outliner data sets draw buttons in wrong location. Did add nice feature though; on several events the outliner now is not being re-built anymore, but redrawn only. I want to be a bit conservative with it though... but it happens for: - LMB drag to select items - pageup/down, scrollwheel, mmb scroll - search item - show active item - toggle selection Makes a good difference :) |
Commit Details:
Full Hash: 4a5618a06caf37642aa19dc7850e3f2546487ec5
SVN Revision: 9224
Parent Commit: c0becb4
Lines Changed: +78, -55