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
Hi, I'd love to give it a shot to your cool package but I've faced already some issues on blender 2.82.7, pls take a look to this little test
Here's the steps i've followed:
Installed the provided addon on blender 2.82.7
Restarted blender
Create script at d:\foo\test.py and run cd d:\foo && toblender --reload test.py (also tried with toblender --reload test.py --watch d:\foo\test.py)
Got error:
Traceback (most recent call last):
File "D:\software\blender\blender-2.82a-windows64\2.82\scripts\modules\addon_u
tils.py", line 351, in enable
mod = __import__(module_name)
ModuleNotFoundError: No module named 'test'
Could you pls advice?
Also... each time it's reloading is making a new client connection
is this intended?
The text was updated successfully, but these errors were encountered:
Hi, I'd love to give it a shot to your cool package but I've faced already some issues on blender 2.82.7, pls take a look to this little test
Here's the steps i've followed:
cd d:\foo && toblender --reload test.py
(also tried withtoblender --reload test.py --watch d:\foo\test.py
)Could you pls advice?
Also... each time it's reloading is making a new client connection
is this intended?
The text was updated successfully, but these errors were encountered: