Andrew Consroe

Results 25 comments of Andrew Consroe

@frostius I like that idea, how do you think we should handle nested components when export stl/stp/dxf per component is turned on? Right now I have it as each component...

The hang could be improved if there was for example one dropdown for project selection, then if you enable `Show Project Folders`, we populate a second dropdown with the folders...

I'm reluctant to rely on any dependencies because I'm not sure how much a pain it is to get them working with fusion. Do you know? Maybe something simple with...

I'd lean separate file to keep just the UI settings in `last_settings.json`. Separate file feels overkill for a single pattern but saves the headache of editing multiple patterns in a...

Maybe `extra_settings.json`? and have `{"ignore_patterns": []}` in there. That way any more settings can go in there in the future without a new file. And while the leading dot is...

Oh gotcha that does help; turns out we were already visiting each version but not using the version in the file name. Updated in https://github.com/aconz2/Fusion360Exporter/commit/959de5cea0fad58e472b1214dcbd6d754779971e @Juri-3D could you try out...

Not sure. Can you get it to work anywhere?

@orbitinstasis by "anywhere" I meant "any project"? @twilkinson mentions it works in one project but not another. Any more info about what projects it does vs doesn't work in might...

Okay that is helpful. When "Show Project Folders" is selected, the "Export Projects" list should get populated with a `{project}/{folder}` combination, like `Fusion Mastery/`, `Fusion Mastery/folderA` ... `WoodenBicycle/`, `WoodenBicycle/folderB`. Does...

Hmm where am I getting the `` thing from? Maybe Fusion used to use that as the root folder name (code [here](https://github.com/aconz2/Fusion360Exporter/blob/61cb5ba48441f10c678158306958576f0648e2db/Exporter.py#L448)). Anyways, to double check, if you then check...