Donkie/I3DShapesTool

Exporting items with the same name

Alan207 opened this issue · 8 comments

When exporting items with the same names, only one item is exported instead of, for example, four items.

scenegraph

I imagine this will be better when I add the I3D xml parsing. The shape names listed in that will be used in the export then instead.

This seems to be a better solution, but we will see how it will be in practice.

Published a new release, try it out and see if it fixes this

Unfortunately it is still the same

Do you have the corresponding .i3d and .i3d.shapes files in the same folder?

Yes

I3DShapesTool.zip
I think I found the issue. Try this build. Output files will now be named such as: <name>_<id>.obj, to make sure the name is always unique.

Great, now it is correct 👍