Terry Wilkinson
Terry Wilkinson
I have this problem also. I think it would be better to let the user manage the 'disabled' state of the button - what if there are other buttons on...
So I don't know why this didn't occur to me before, but you can avoid the problem by not using a 'button' html element. Use: <input type="submit" data-ng-disabled="processing" value="Submit" />...
I'm having a similar issue. I installed the script and exported one project which worked fine. Then I ran it again selecting another project, but it failed to export the...
I've narrowed it down to whether or not I check the "Show Project Folders" option. If checked, the project I select is NOT exported, if unchecked the project I select...
When "Show Project Folders" is selected it looks like this:
Here are the selections: There are no files exported: Here is the log file: ``` { "folder": "C:\\Users\\twilk\\Fusion360Export", "formats": [ "f3d", "step" ], "projects_folders": { "a.YnVzaW5lc3M6Y3NkZXNpZ25pbmMjMjAyNDEyMjA4NDg5Mjk0NTY": [ "urn:adsk.wipprod:fs.folder:co.ZReFucu1QXi9EZS1YXxbLg" ] },...