collada-exporter icon indicating copy to clipboard operation
collada-exporter copied to clipboard

Add a "No Nodes above Top Object" export option

Open 1000h opened this issue 7 years ago • 0 comments

I think this should be a checkbox option among the other options: No nodes above top object

When importing the dae made with this exporter, the animation player is child of a spatial node, which is a child of the automatically created root node on import to godot. root->spatial->armature,animationplayer

When importing dae made with blender's collada exporter, animation player is parented to the armature (like intuition tells me it should; it shortens each track's node path) root->armature->animationplayer

I cant tell if this is because of how the exporter handles Armatures or Animations. I thought it might be an importer issue, but the blender exporter exports it so its less bloated, so it is probably an exporter issue.

I tried exporting the animation player separately from the armature+mesh, but the bone mapping/ animation is severely distorted

1000h avatar Oct 01 '18 00:10 1000h