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
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
I added the directory, selected the script and hit run, it seems like simply nothing happens.
This is on Mac OS 10.14.6 using 2.0.5357 using a "Fusion 360 Student" plan.
Could this be a Mac OS issue? At first glance I'm not seeing any OS-specific code that could fail... also, nothing seems to actively "fail" (no Exceptions thrown, it feels like it simply doesn't run in the first place)...?
I also found a "Debug" button in the drop-down area of the Run button, but it doesn't do anything either, as far as I can tell...
The text was updated successfully, but these errors were encountered:
That's definitely weird. I tested it on Mac OS 10.15.6 primarily.
An annoying thing with Fusion is that if it can't parse the file, it'll just... not do anything. It could be that fusion is running the script with a python version that the script is incompatible with. I tried to make sure it was compatible with 2 aside from the type hints which I imported the future requirement for.
I don't know if the python version that runs in your terminal matches the one that Fusion uses, but the from future import should work on 2.7.16 just fine so... I'm honestly not sure.
The best I can recommend is opening up the Console program on your mac, filter by the "Autodesk Fusion 360" process, then try to open this add-in and hope it logs why it's failing.
I added the directory, selected the script and hit run, it seems like simply nothing happens.
This is on Mac OS 10.14.6 using 2.0.5357 using a "Fusion 360 Student" plan.
Could this be a Mac OS issue? At first glance I'm not seeing any OS-specific code that could fail... also, nothing seems to actively "fail" (no Exceptions thrown, it feels like it simply doesn't run in the first place)...?
I also found a "Debug" button in the drop-down area of the Run button, but it doesn't do anything either, as far as I can tell...
The text was updated successfully, but these errors were encountered: