You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just downloaded the latest version of the script and I run into an error.
The addon does not want to load. Here is the error:
Traceback (most recent call last):
File "/usr/share/blender/2.74/scripts/modules/addon_utils.py", line 306, in enable
mod = __import__(module_name)
File "/usr/share/blender/2.74/scripts/addons/render_freestyle_svg.py", line 52, in <module>
from freestyle.utils import (
ImportError: cannot import name 'BoundingBox'
Maybe it was a bad call for me to pull it from the repo again.
The thing is that you need an up to date version of both the addon (this repo or current blender addons repo, both are the same file) and a recent blender source/build.
as a side note (and I know that this is less of a problem on linux because of symlinks) don't forget to build the install target, which copies the API python files to the correct location (again this isn't necesarry if the /scripts folder is symlinked to the /2.74 folder)
Hello @folkertdev
I've just downloaded the latest version of the script and I run into an error.
The addon does not want to load. Here is the error:
Maybe it was a bad call for me to pull it from the repo again.
Here is my version of Blender:
Edit: Reversed back to the commit 5f31911 and still works fine. Have not tried the inbetween versions.
The text was updated successfully, but these errors were encountered: