Fix error when removing preview collection
parent
fcb26f6feb
commit
8bf47ba3de
|
@ -50,7 +50,12 @@ def register():
|
|||
|
||||
def unregister():
|
||||
|
||||
try:
|
||||
bpy.utils.previews.remove(ASSET_PREVIEWS)
|
||||
except Exception as e:
|
||||
pass
|
||||
# print(f"!-- {e} --!")
|
||||
# print(f"No preview collection found. {ASSET_PREVIEWS} can't be remove.")
|
||||
|
||||
if bpy.app.background:
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue