What steps will reproduce the problem?
1. Create a scene with a targeted camera
2. Export using any version of OpenCollada
3. Check the camera -> extra -> technique -> target field
What I expect to find there is the ID of the node that stores target matrix.
What I find is the name of the field, which I can't resolve with.
<library_cameras>
<camera id="Camera01-camera" name="Camera01">
<optics>
<technique_common>
<perspective>
....
</perspective>
</technique_common>
</optics>
<extra>
<technique profile="OpenCOLLADA3dsMax">
<target>#Camera01.Target</target>
</technique>
</extra>
</camera>
</library_cameras>
and
<node id="node-Camera01.Target" name="Camera01.Target">
<matrix>...</matrix>
</node>
This occurs on the latest stable build available for download via the website
(1.2.5) and the latest download from Google Code (1.3.0rc).
Original issue reported on code.google.com by pdu...@gmail.com on 5 Aug 2010 at 10:49
Original issue reported on code.google.com by
pdu...@gmail.com
on 5 Aug 2010 at 10:49