167c5c6b5318f495ea96321a258022236d6eb0b6
No UI views are used inside popups in the main branch yet, #104831 does this so this issue became apparent. For example tree-view items would not change their collapsed state. UI views require the block to be attached to a region when drawing, so that the matching to previous versions of the tree works. Before this commit the block was attached just after. The `BLI_findindex()` check before attaching the block was already done for other kinds of popups, so this is more in sync now.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
