I3D-Blender-Addon icon indicating copy to clipboard operation
I3D-Blender-Addon copied to clipboard

ValueError, when exporting an armature, that is not in the root, with collapse armatures enabled

Open StjerneIdioten opened this issue 3 years ago • 0 comments

In LXML elements can only have one parent, where in Element Tree they can belong to multiple. The exporter manually deletes elements after moving them to a different parent during skinned mesh export (when collapsing armature nodes), but if using LXML this will crash since it has already been moved by LXML itself. This will only happen if the armature to be exported is not a root node itself.

StjerneIdioten avatar Dec 22 '20 19:12 StjerneIdioten