Blender Git Commit Log

Git Commits -> Revision 15083d9

Revision 15083d9 by Julian Eisel (master)
June 19, 2020, 18:06 (GMT)
UI: Avoid rebuilding Outliner tree when opening/collapsing items

In big files, the Outliner would have a noticeable lag when opening or
collapsing items. That was because the entire tree was rebuilt, which isn't
actually needed in most cases. So we avoid it where possible now.

Commit Details:

Full Hash: 15083d9e1eebe0be0cca427602aa826f113ff997
Parent Commit: f4c0ea1
Lines Changed: +35, -4

3 Modified Paths:

/source/blender/editors/space_outliner/outliner_edit.c (+15, -2) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+18, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021