matrakim / opencollada

Automatically exported from code.google.com/p/opencollada
0 stars 0 forks source link

Access to bind_vertex_input semantic #117

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently it's not possible to get the semantic attribute value for 
<bind_vertex_input>.

Attached patch (against r769) adds support for getting this information.

Extra info: Blender can use this information to name uvlayers.

Original issue reported on code.google.com by nathan.letwory on 1 Oct 2010 at 5:43

Attachments:

GoogleCodeExporter commented 8 years ago
Forgot to include the COLLADASaxFWLNodeLoader.cpp part

Original comment by nathan.letwory on 2 Oct 2010 at 9:37

Attachments:

GoogleCodeExporter commented 8 years ago
hmm, and it'd be better to use setSemantic and getSemantic, I suppose.

Original comment by nathan.letwory on 2 Oct 2010 at 9:39

GoogleCodeExporter commented 8 years ago
Thanks for providing this patch. It has been applied in rev. 771.

Original comment by opencollada2@googlemail.com on 4 Oct 2010 at 7:13