Skip to content

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

@mdrinkhere

Description

@mdrinkhere

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions