mmonem / blender2ogre

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

Incorrect capitalization of OgreXMLConverter for linux #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Just a small correction required for linux folks after latest update of 
io_export_ogreDotScene.py, line 299:
        DEFAULT_OGRETOOLS_XML_CONVERTER = '/usr/bin/OgreXmlConverter'

should be:
        DEFAULT_OGRETOOLS_XML_CONVERTER = '/usr/bin/OgreXMLConverter'

since linux is case-sensitive, it always fails to find it at the moment.

Cheers

Original issue reported on code.google.com by junode...@gmail.com on 20 May 2011 at 2:55

GoogleCodeExporter commented 8 years ago
already fixed in 0.3.7

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

GoogleCodeExporter commented 8 years ago
not really fixed in latest 0.3.9 I'm afraid.

Original comment by junode...@gmail.com on 6 Jun 2011 at 8:13

GoogleCodeExporter commented 8 years ago
Still present in 0.4.4
Line 327: DEFAULT_OGRETOOLS_XML_CONVERTER = '/usr/bin/OgreXmlConverter'

Original comment by b.buschi...@googlemail.com on 9 Jul 2011 at 12:08