I am working on a couple of scripts to download and upload projects from cloud to local.
I have already managed to download the projects with their structure and upload them again while maintaining their structure.
Now I am trying to export the designs that have assemblies, I can only do it manually from Export, and this creates a local ".f3z" file .. but I can't find how to do this from within a script ..
Will it be possible?
Thank you !
Solved! Go to Solution.
Solved by kandennti. Go to Solution.
Hi @michelmarroche .
I found a way to export in the same way as the GUI.
app.executeTextCommand(u'data.fileExport f3z')
It takes a lot of time because it is the same as GUI.
Hi @kandennti thank you very much !
I will try it!
If it takes a while but allows the assemblies to be properly backed up, it will work!
I didn't notice it when I wrote it, but I received a lot of emails ...
Thanks for this post @kandennti and your post on Fusion360_Small_Tools_for_Developers/TextCommands/TextCommands_txt_Ver2_0_8176.txt at master · kanto....
I'm trying to reliably export f3z files that require cloud translation. The following works in a python script to set the location but doesn't allow for name changes.
Can't find what you're looking for? Ask the community or share your knowledge.