Page 1 of 1

Fixed duplicated vertices when importing in Blender

Posted: 25 Jun 2020, 15:02
by sanguinariojoe
See https://github.com/sanguinariojoe/blend ... 5ecd4dd1a3

It is actually a bug in upspring, but since many models were already built with upspring, fixing the bug now would not help much, so we are patching the blender importer instead. Anyway, is the upspring project alive to report the problem?

Re: Fixed duplicated vertices when importing in Blender

Posted: 26 Jun 2020, 10:33
by sanguinariojoe
Beherith nailed that, upspring is duplicating vertices because the UV information. However, in Blender UVs are face information, so I just added a new patch to fix that situation:

https://github.com/sanguinariojoe/blend ... 888d3a2722

Re: Fixed duplicated vertices when importing in Blender

Posted: 27 Jun 2020, 01:33
by Beherith
Lovely! Now we can export wreck models from the end of a death animation in blender! :D

Thank you <3