IsraelAbebe / blender2ogre

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

Export DotScene Format Defect #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Export any blender scene with blender2ogre
2. Select "Export Scene"
3. Open the exportet .scene file

What is the expected output? What do you see instead?
The expected .scene format should be:
<scene formatVersion="1.0.0">... (or any other conformant)
The actual output is:
<scene ...> ...

What version of the product are you using? On what operating system?
Tried with 0.2.6, 0.3.0. Problem is OS independent.

Please provide any additional information below.

The DotSceneFormat is specified in
http://www.ogre3d.org/tikiwiki/DotSceneFormat&structure=Cookbook
the formatVersion is #REQUIRED, so it should be exported, even if empty.

Original issue reported on code.google.com by avithan@gmail.com on 16 Feb 2011 at 3:42

GoogleCodeExporter commented 8 years ago
fixed in 0.3.8, thanks for reporting

Original comment by goatman.py@gmail.com on 5 Jun 2011 at 10:35