# Common Issues and Solutions

COMMON ISSUES

\
Traceback error (when you have older blender version)&#x20;

**Need Blender 3.5**

\
Download assets

-catagories do not update when downloading the catalog file.&#x20;

&#x20;**Reopen blender or a file triggers a refresh. (default asset browser refreshing has no effect. Not in interface nor via python)**

\ <br>

Install/Uninstall

-Trying to uninstall the add-on will cause a trace back error because of a dependence that's linked to the python interpreter.

**The current workaround is disabling the add-on. Make sure the below is unchecked, this means it is disabled.**

<figure><img src="https://355016117-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4GxXTleDi20avEZNXI7G%2Fuploads%2F6JE8jAYjsI1VPzlZ7zHo%2Fimportplugin.png?alt=media&#x26;token=7287a343-e2bc-44f1-ae89-4f6493351482" alt=""><figcaption></figcaption></figure>

**Restart blender. Then you will be able to remove without errors.**

<figure><img src="https://355016117-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4GxXTleDi20avEZNXI7G%2Fuploads%2FRGbvdl1zGe29r1CwiqL2%2Frestart.png?alt=media&#x26;token=ca55521f-72a5-4086-98fb-60738557bfb2" alt=""><figcaption></figcaption></figure>

**If the above doesn't work, or you need to deinstall for any reason, follow the below directions.**

<figure><img src="https://355016117-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4GxXTleDi20avEZNXI7G%2Fuploads%2Fkq2C49kPEdTIVD1BJsoB%2Ffilepath.png?alt=media&#x26;token=9404d143-dca0-4eea-87f9-f8dea71c7304" alt=""><figcaption></figcaption></figure>

**press windows sign + R**

**paste %APPDATA%\Roaming\Blender Foundation\Blender\3.5\scripts\addons**

\
**Full path : C:\Users\YOUR\_USER\_NAME\AppData\Roaming\Blender Foundation\Blender\BLENDER\_VERSION(3.5)\scripts\addons**

\
**Delete Baked\_Blender\_Suite**

<figure><img src="https://355016117-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4GxXTleDi20avEZNXI7G%2Fuploads%2FuQVEFwItNu2axRZapckJ%2FScreenshot%202023-05-26%20at%202.43.19%20PM.png?alt=media&#x26;token=4a17bd14-86d4-400d-9da2-38ff601d968c" alt=""><figcaption></figcaption></figure>

Mac -&#x20;

Shift/Command/ . to show hidden files

**go to application /blender /right click /show package contents / contents /resources /3.5 or any version you have / scripts / addons /**

**Delete Baked\_Blender\_Suite**

Linux -&#x20;

Go to **$HOME/.config/blender/3.5/scripts/addons**

**Delete Baked\_Blender\_Suite**

{% embed url="<https://docs.blender.org/manual/en/latest/advanced/blender_directory_layout.html>" %}

This add-on has not been tested with what happens if a user has turned off the built-in python. Which will cause blender to fall back to the user's own installation of python. Our goal is to include any dependence within the plugin itself instead of installing them to a user's site-packages location or the on in the blender install directory. This will be tested in the future!

\
\
\ <br>
