wassimj / TopologicSverchok

Topologic custom nodes for sverchok on Blender3D
GNU Affero General Public License v3.0
83 stars 18 forks source link

No module named 'TopologicSverchok-v' #53

Closed slavingia closed 1 year ago

slavingia commented 1 year ago
Traceback (most recent call last):
File "/Applications/Blender.app/Contents/Resources/3.5/scripts/modules/addon_utils.py", line 333, in enable mod = import (module name)
ModuleNotFoundError: No module named 'TopologicSverchok-v'
wassimj commented 1 year ago

This is a very strange name (the addition of v). But in general, the TopologicSverchok software is 'on hold' a bit until we port back topologicpy into Blender. This will happen in a few months. Until then, please consider using topologicpy within Jupyter Notebook. It offers the best experience. Otherwise, you can import topologicpy into Blender and use custom python scripts to access it like you access any 3rd party python library (e.g. numpy or scipy etc).

slavingia commented 1 year ago

Is there any way to use Homemaker in Blender until then? I was downloading this in order to enable that.

wassimj commented 1 year ago

Oh. Then please post this to Bruno’s GitHub. He may have changed the name of topologic.

slavingia commented 1 year ago

Sounds good, thanks!