This is my first time stumbling upon your addon. With the version 2.3.1, if I try to install the add-on I receive this message:
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender\2.79\scripts\modules\addon_utils.py", line 331, in enable mod = import(modulename)
File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\jewelcraft-master_init.py", line 60, in from . import (
File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\jewelcraft-master\ui.py", line 26, in from .lib import asset
File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\jewelcraft-master\lib\asset.py", line 23, in from math import tau, sin, cos
ImportError: cannot import name 'tau'
I installed the previous version, 2.2.1, without issues.
This is my first time stumbling upon your addon. With the version 2.3.1, if I try to install the add-on I receive this message: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender\2.79\scripts\modules\addon_utils.py", line 331, in enable mod = import(modulename) File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\jewelcraft-master_init.py", line 60, in from . import (
File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\jewelcraft-master\ui.py", line 26, in from .lib import asset
File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\jewelcraft-master\lib\asset.py", line 23, in from math import tau, sin, cos
ImportError: cannot import name 'tau'
I installed the previous version, 2.2.1, without issues.