-
Notifications
You must be signed in to change notification settings - Fork 512
RFE: Default "export" filename stem to same as slvs file #538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
That's on purpose: suppose you are exporting many files in some other directory (like "Outputs" in the root of your projects). |
ah, so it's a workflow problem on my part that I tend to have my stl files live next to the slvs files and edit one model at a time :) Would defaulting the name to match the model make sense, though? |
Yep. That's how it worked before 6b5db58; it looks like I forgot to add functionality that sets the file stem. You should be able to use |
Regarding your workflow, I would expect you to use solvespace-cli, seeing as you're (I assume) comfortable with command line. |
Went through first the diff of the referenced commit, then all instances of "Create(Open|Save)FileDialog"; added SetFilename() calls where a default exists. This has been previously removed in 6b5db58 Closes solvespace#538
Went through first the diff of the referenced commit, then all instances of "Create(Open|Save)FileDialog"; added SetFilename() calls where a default exists. This has been previously removed in 6b5db58 Closes solvespace#538
Went through first the diff of the referenced commit, then all instances of "Create(Open|Save)FileDialog"; added SuggestFilename() calls where a default exists This has been previously removed in 6b5db58 Closes solvespace#538
Went through first the diff of the referenced commit, then all instances of "Create(Open|Save)FileDialog"; added SuggestFilename() calls where a default exists This has been previously removed in 6b5db58 Closes solvespace#538
Went through first the diff of the referenced commit, then all instances of "Create(Open|Save)FileDialog"; added SuggestFilename() calls where a default exists This has been previously removed in 6b5db58 Closes solvespace#538
Went through first the diff of the referenced commit, then all instances of "Create(Open|Save)FileDialog"; added SuggestFilename() calls where a default exists This has been previously removed in 6b5db58 Closes solvespace#538
Went through first the diff of the referenced commit, then all instances of "Create(Open|Save)FileDialog"; added SuggestFilename() calls where a default exists This has been previously removed in 6b5db58 Closes solvespace#538
Went through first the diff of the referenced commit, then all instances of "Create(Open|Save)FileDialog"; added SuggestFilename() calls where a default exists This has been previously removed in 6b5db58 Closes solvespace#538
Just a UI nitpick. If I get the chance I'll look into doing this myself.
System information
SolveSpace version: 3.0~64c0f62b
Operating system: Debian Buster
Expected behavior
I have a solvespace file. I go to export it to trimesh (to get an STL to 3d print). The dialog probably should open to the location of the slvs file and defaulting to the same stem but with the appropriate extension (
.stl
)Actual behavior
It defaults to "untitled" (
untitled.stl
) in some other directory - think it's the last directory I used that export option in.The text was updated successfully, but these errors were encountered: