Fix T53442: Outliner refreshes fine after adding new collection now.
Just needed to set the treestore flag properly.
Differential D2969
Fix T53442: Outliner refreshes fine after adding new collection now. Authored by Danrae Pray (spockTheGray) on Dec 19 2017, 2:50 AM. Tags Subscribers None
Details Fix T53442: Outliner refreshes fine after adding new collection now. Just needed to set the treestore flag properly.
Diff Detail
Event TimelineComment Actions Although this works, this is not used elsewhere. Is this really the only way to force the outliner tree to update? Comment Actions Same thing I said about CLEANUP, although REBUILD works we don't use it anywhere else. Why is the notification system working for this case? Why do we need to resort to "extreme" measures such as this? Comment Actions I think we should call outliner_cleanup_tree(soops); see other instances of when this is called. Their comments explain what is going on. |