Common Issues and Solutions
Last updated
Last updated
COMMON ISSUES
Traceback error (when you have older blender version)
Need Blender 3.5
Download assets
-catagories do not update when downloading the catalog file.
Reopen blender or a file triggers a refresh. (default asset browser refreshing has no effect. Not in interface nor via python)
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.
Restart blender. Then you will be able to remove without errors.
If the above doesn't work, or you need to deinstall for any reason, follow the below directions.
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
Mac -
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 -
Go to $HOME/.config/blender/3.5/scripts/addons
Delete Baked_Blender_Suite
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!