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

Feature request: Select Projects to export #15

Open
3d-gussner opened this issue Sep 19, 2020 · 3 comments
Open

Feature request: Select Projects to export #15

3d-gussner opened this issue Sep 19, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@3d-gussner
Copy link

As I have some very big assemblies that constantly fail I would like to be able to choose the different projects so I can at least backup these. Later I can take care of the failing projects and try to make them smaller or find another way to backup these.

@3d-gussner
Copy link
Author

See #4 (comment)

@bozzzzo
Copy link

bozzzzo commented Sep 19, 2020

Anybody working on this?

@3d-gussner
Copy link
Author

As a workaround not to start from the beginning I modified the script:
from for project_index in range(all_projects.count):
to for project_index in range(5, all_projects.count):
Then it starts at project 6 instead running all previous finished.

Also my RAM is getting full and i expect Fusion360 to crash again. So This workaround helps me a lot.

Would be nicer if there was an option too choose the projects.

@Jnesselr Jnesselr added the enhancement New feature or request label Sep 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants