You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and up until recently, the version separator (between the name and version) was unconditionally _ which didn't match Fusion's ; this is now configurable though in the end I'd rather transition to exclusively,
A probably nicer structure (who knows why I didn't choose this originally, but...)
Seeking feedback on whether this is good or bad. I don't want to just release this since then the next time you export it will redo (potentially) tons of exporting since all the filenames changed; so maybe a migration script is in order. I don't want to be checking both old and new style filenames in the code going forward.
Also somehow didn't realize until now that dxf is the only thing that gets exported per component. stl for example could also be per component whereas now it is only done on the root component.
The text was updated successfully, but these errors were encountered:
In our organisation we put the version in braces {}. Having said that I am not opposed to .
A related feature request from my side would be to be able to toggle appending the version number at all. We would typically export at a point in time and so not need to have version numbers at all. Would you like me to open a new issue for this feature?
Currently, the output structure looks like
and up until recently, the version separator (between the name and version) was unconditionally
; this is now configurable though in the end I'd rather transition to
exclusively,
_
which didn't match Fusion'sA probably nicer structure (who knows why I didn't choose this originally, but...)
as mentioned in #21
Seeking feedback on whether this is good or bad. I don't want to just release this since then the next time you export it will redo (potentially) tons of exporting since all the filenames changed; so maybe a migration script is in order. I don't want to be checking both old and new style filenames in the code going forward.
Also somehow didn't realize until now that
dxf
is the only thing that gets exported per component.stl
for example could also be per component whereas now it is only done on the root component.The text was updated successfully, but these errors were encountered: