diff --git a/__init__.py b/__init__.py index cbdf153..2032d7b 100644 --- a/__init__.py +++ b/__init__.py @@ -50,7 +50,12 @@ def register(): def unregister(): - bpy.utils.previews.remove(ASSET_PREVIEWS) + 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