iimachines / Maya2glTF

Maya to glTF 2.0 exporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac Exporter Adds "0" character to .bin filename

psql opened this issue · comments

image
consistently adds a 0 to the end of the .bin filename. The rest of the files are fine tho!

That is by design because you can have multiple bin files.

Of course when the exporter knows that their is only a single bin file, it could drop the suffix indeed... That might be a sensible default.

Of course you can also try to export to a glb file, then you get a single file.

Okay, I will make this the default

See https://github.com/iimachines/Maya2glTF/releases/tag/v1.5.0 for command line argument (extra args in GUI window).

Basically just pass -nbu as extra argument.

Can't make this the default because might break people's scripts.