Getting “Runtime error: Unknown exception thrown during executing script” in verge3d.ms line 928 at >>>:
if hasInitiated and debug then (
format “V3D-INFO: Reloading Verge3D modules\n”
— COMPAT: < 2021
>>> python.Execute (“if sys.version_info[0] > 2:
import importlib
else:
out-commenting throws another “Unknown exception” later
switching back to 4.0.1 where it worked
Now 4.0.1 isn’t working for the project, ARGHHHHHHHHHHHHHHHHHH I’m dooooooooooomed
Ok one project is throwing exceptions not all. This project export worked a few days ago with 4.0.1 and same 3dsmax fine. After V3d 4.1.1 install and going back to 4.0.1 broken.
Have found the culpit: it’s a look at camera constrained 3D button in the 3d scene causing the exceptions in 4.01 and 4.1.1 hich I just copied from another v3d 3.8 working project.