Files
test2/source
Pratik Borhade 340aa78724 Fix #119254: Rebuild outliner tree after drop to scene operation
After drop to scene operation, notifiers are sent to redraw the tree but
it uses the old tree hierarchy. `RGN_DRAW_NO_REBUILD` flag prevented the
tree rebuilding in `outliner_build_tree`. To clear the flag, call
region_redraw function inside `scene_drop_invoke()`.

Pull Request: https://projects.blender.org/blender/blender/pulls/133253
2025-01-27 22:43:24 +01:00
..