ok, so i have a gotten a bit further:
– 4.1.1 installs tp C:/Program Files/, instead of C:/Users/Username/
– 3.9.1 remains there, and is still the version which opens when starting from the start menu
– in C:/Program Files/verge3d, you can find the new plugin for blender
– after copying the 4.1.1 plugin into blender 3.3 addon folder, it shows up with the new version number, but no quick preview button / verge panels
– when trying to enable the addon, this error occurs:
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\modules\addon_utils.py", line 333, in enable
mod = __import__(module_name)
File "C:\Users\tp\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\verge3d\__init__.py", line 50, in <module>
from pluginUtils.log import printLog
ModuleNotFoundError: No module named 'pluginUtils'