godotengine / godotengine/collada-exporter

Add a "No Nodes above Top Object" export option

Open
#85 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
438
Forks
135
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.