7e99e575a439fd8be10183af4f78923e0e89f0aa
Mitigates #93726. With this asset previews will no longer flicker in the asset browser on actions like undo, redo or when using "Adjust Last Operation" if the asset library doesn't contain assets from the current file. Previews of assets from the current file would have to be cleared on undo & redo, because their memory location can change then. However the file browser's data model didn't allow clearing just these previews, so previews from external assets would have to be reloaded from disk too, causing the flickering. Noticed we can trivially skip clearing of previews if there are no assets from the current file anyway. This mitigates the issue quite a bit until preview handling is rewritten, see #122439.
…
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%
