Currently the collada export doesn't include the name=* part in the geometry node.
This results in the mesh ending up with a "-mesh" suffix on it's original name as it's id is used instead.
This patch adds the name to the geometry node so that the original mesh name is maintained.
Description
Description