-
Notifications
You must be signed in to change notification settings - Fork 251
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
Unexpected output location #244
Comments
Actually there are couple of different things happening based on the options which I will try to summarize here:
I think the best option would be to remove the directory creation (which seems to happen in all cases) and go with the suffixed -optimized if output is not specified. @lilleyse thoughts? |
Yes definitely agree. Creating the output directory has gone back to the way beginnings of this project, but I would be fine with changing it. |
@shehzan10 can you make this change? |
Ah, I see #245, thanks! |
When I run the pipeline with output like this:
node gltf-pipeline.js ... -o /d/my_folder/my_file.gltf
I get an unexpected result, a new
output
folder is created and the actual path written is:/d/my_folder/output/my_file.gltf
This is mentioned in a comment buried in a large cleanup issue, but I feel this warrants its own dedicated issue. It seems quite unnatural for it to create a subfolder when I specifically targeted a folder and filename. It's bad for scripting too.
The text was updated successfully, but these errors were encountered: