[opencollada-issues] Issue 72 in opencollada: Incorrect target name for animation data when using namespaces

2 views
Skip to first unread message

openc...@googlecode.com

unread,
Apr 20, 2010, 8:29:40 PM4/20/10
to opencolla...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 72 by chuckev...@intergate.com: Incorrect target name for
animation data when using namespaces
http://code.google.com/p/opencollada/issues/detail?id=72

What steps will reproduce the problem?
1. In Maya, create and animate a box with two keyframes.
2. Create a namespace, and add the box to it.
3. Export the Collada file.

What is the expected output? What do you see instead?
Expected: Animation data that references the object definition in
<library_visual_scenes>.

Instead: The object name defined in <library_visual_scenes> contains the
namespace as part of its name (i.e. namespace_box1). However, the
animation data references the target object without the namespace pre-
pended to the name. (i.e. box1). This prevents box1 from receiving the
animation information.

What version of the product are you using? On what operating system?
From 'trunk' on 3/11/2010.
Using Windows x64.

Please provide any additional information below.

I was able to temporarily fix this by making the following change
in 'COLLADAMayaAnimationExporter.cpp' on line 1292:

Before:
else nodeId = mDocumentExporter->mayaNameToColladaName (
fnDagNode.name ().asChar ());

After:
else nodeId = mDocumentExporter->mayaNameToColladaName (
fnDagNode.name ().asChar (), false );

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


--
Subscription settings: http://groups.google.com/group/opencollada-issues/subscribe?hl=en

openc...@googlecode.com

unread,
Oct 14, 2010, 6:37:44 PM10/14/10
to opencolla...@googlegroups.com

Comment #1 on issue 72 by kproudfoot: Incorrect target name for animation

we're running into a similar show-stopper. The name space is getting into
our animation channels... and thus all of our animations are breaking.

Any updates on this?

We're using the latest release of OpenCollada, in Maya 2011 32bit.

openc...@googlecode.com

unread,
Jan 19, 2011, 11:35:34 AM1/19/11
to opencolla...@googlegroups.com
Updates:
Labels: Defect-Maya

Comment #2 on issue 72 by opencollada2: Incorrect target name for animation

(No comment was entered for this change.)

openc...@googlecode.com

unread,
Sep 28, 2011, 4:49:35 PM9/28/11
to opencolla...@googlegroups.com

Comment #3 on issue 72 by dmccart...@altego.com: Incorrect target name for

This is affecting us as well. If we commit the source change proposed by
the op's, can that be integrated into the next build?

Reply all
Reply to author
Forward
0 new messages