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 #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
this is a Duplicate of Issue #21, but I can't reopen it

in Line 334:
DEFAULT_OGRETOOLS_XML_CONVERTER = '/usr/bin/OgreXmlConverter'
is wrong, is should be
DEFAULT_OGRETOOLS_XML_CONVERTER = '/usr/bin/OgreXMLConverter'

uppercase ML in XML

still present in 0.4.5

Original issue reported on code.google.com by b.buschi...@googlemail.com on 22 Jul 2011 at 12:57

GoogleCodeExporter commented 8 years ago
It will have to test for both conventions and use the one it finds, because if 
installing from "apt-get install ogre-tools" it is lower case, and if installed 
from source its upper case.  

Original comment by goatman.py@gmail.com on 22 Jul 2011 at 10:29

GoogleCodeExporter commented 8 years ago
fixed in 0.4.6
assumes you install from source to /usr/local/bin

Original comment by goatman.py@gmail.com on 25 Jul 2011 at 5:31