mmonem / blender2ogre

Automatically exported from code.google.com/p/blender2ogre
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Mesh XML Export - submeshnames tag contains submesh instead of submeshname tags #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Export an object as an XML mesh
2. Open the xml file and the submeshnames tag will contain submesh tags instead 
of submeshname
3. Refer to the ogremeshxml.dtd

What is the expected output? What do you see instead?
The submeshnames should contain submeshname tags.

What version of the product are you using? On what operating system?
Windows 7; Blender 2.63; blender2ogre 0.5.8

Please provide any additional information below.
On a side note, the dtd specifies boolean values to be "true" or "false".  The 
current exporter uses "False" which causes my generated parsing to fail.  If it 
does not cause any other issues, it would be nice to have that all lowercase.

Original issue reported on code.google.com by tal...@gmail.com on 17 Sep 2012 at 7:26