Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Added hub selection dialog #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MartinMajewski
Copy link

As I mentioned in my feature request here #30
I wanted the ability to select the hubs that I am exporting.

My change adds a question dialog for each hub, asking the user if the hub shall be exported or not.

  • If not, the For-loop continues with the next hub.
  • If yes, the current hub is exported.

A better solution would be to be able to select all hubs beforehand, but I could not figure out the proper dialog method.
This way, an unattended export could be realized. But I think it is better to have the option to skip hubs (like company hubs, e.g.) than to export everything. And, as Fusion 360 tends to crash if the main loop is occupied for too long, it is always good to check for the current status, anyway.

Moreover, the progress dialog has to be shown after the hub selection dialog as otherwise, no interaction is possible with the selection dialog. Therefore, the progress dialog has to be hidden after the current hub's export loop.

Best wishes,
Martin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant