ucupumar / ucupaint

Ucupaint is Blender addon to manage texture layers for Eevee and Cycles renderer.
GNU General Public License v3.0
874 stars 31 forks source link

Opening file with asset browser open can crash blender with ucupaint installed #106

Closed ucupumar closed 1 month ago

ucupumar commented 2 months ago

Sample file: ucupaint_crash_test_02.zip

After much testing, this bug is caused by renaming a datablock at load_post handlers. The possible solution is to change how the library works without the need for a library blend file. This can be a quite complex thing to do.