Skip to content
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 file name when input and output have multiple extensions #271

Open
mdrinkhere opened this issue Oct 6, 2020 · 0 comments · May be fixed by #272
Open

Unexpected output file name when input and output have multiple extensions #271

mdrinkhere opened this issue Oct 6, 2020 · 0 comments · May be fixed by #272

Comments

@mdrinkhere
Copy link

mdrinkhere commented Oct 6, 2020

If the COLLADA2GLTF-bin tool is invoked with an input file with multiple file extensions and the output file also has multiple extensions and the binary flag is set to true, the output file name doesn't include multiple extensions.

For example, here the tool is invoked using files with multiple extensions:

COLLADA2GLTF-bin -i input_file.ext.dae -o output_file.ext.glb -b

The expected output filename is output_file.ext.glb. With the current implementation, the output filename is output_file.glb.

@mdrinkhere mdrinkhere linked a pull request Oct 7, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant