Exporting items with the same name
Alan207 opened this issue · 8 comments
Alan207 commented
Donkie commented
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.
Alan207 commented
This seems to be a better solution, but we will see how it will be in practice.
Donkie commented
Published a new release, try it out and see if it fixes this
Alan207 commented
Unfortunately it is still the same
Donkie commented
Do you have the corresponding .i3d and .i3d.shapes files in the same folder?
Alan207 commented
Yes
Donkie commented
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.
Alan207 commented
Great, now it is correct