gregdavisd / DAEBlend

Plugin script to export Collada DAE files from Blender.
GNU General Public License v3.0
36 stars 4 forks source link

Multiple objects with the same name in Blender #1

Closed gregdavisd closed 7 years ago

gregdavisd commented 7 years ago

Having any two objects with the same name in blender causes issues with the export. For example If an armature bone has the same name as a mesh object the exporter will produce an invalid animation for both objects and the duplicate id will appear in every animation track even if it is not animated by that clip. Solution for now is to give everything in a .blend file a unique name.

gregdavisd commented 7 years ago

Changed object lookup table from name string key to reference key. For name collisions a number will be added to the end of the ID to make it unique.