mmonem / blender2ogre

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

Incorrect vertexcount property written #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Export any model
2. Use OgreXMLConverter to convert XML file to mesh

What is the expected output? What do you see instead?
You will see a message like:
XMLMeshSerializer reading mesh data from spaceship.mesh.xml...
Reading geometry...
WARNING: vertex count (12816) is not as claimed (2171)

What version of the product are you using? On what operating system?
blender2ogre 0.4.3
Blender 2.57, Windows 7 64 bit. 

Please provide any additional information below.
Some engines (E.g. jMonkeyEngine3) use the vertexcount property to load OgreXML 
models, however as the vertexcount is specified incorrectly, the engine will 
crash when loading the model.

Original issue reported on code.google.com by ShadowIs...@gmail.com on 26 Jun 2011 at 2:45

GoogleCodeExporter commented 8 years ago
fixing now

Original comment by goatman.py@gmail.com on 26 Jun 2011 at 10:36

GoogleCodeExporter commented 8 years ago
fixed in 0.4.4

Original comment by goatman.py@gmail.com on 30 Jun 2011 at 6:57