Closed GoogleCodeExporter closed 8 years ago
Not simple, because then we have this post :
---------------------------------------------------
Re: Blender25 Ogre Exporter + extended .scene format
by iridium77Ir » Thu Feb 10, 2011 4:11 pm
I had the same error. I attached a quick fix to the python script.
---------------------------------------------------
The fix is :
((1,0,0,0),(0,1,0,0),(0,0,1,0),(0,0,0,1))
replaced by :
(1,0,0,0),(0,1,0,0),(0,0,1,0),(0,0,0,1)
This may be a compatibility issue between Blender 2.56 beta download and
current svn
Original comment by sebastie...@gmail.com
on 18 Mar 2011 at 10:25
This have been addressed by the new BlenderSVN branch
http://code.google.com/p/blender2ogre/source/browse/?r=BlenderSVN where you can
get at any moment the latest addon for latest Blender SVN
(http://blender2ogre.googlecode.com/hg/addon_ogreDotScene.py?r=BlenderSVN)
I've also uploaded a "addon_ogreDotScene-0.3.1-BlenderSVN.zip" compatible with
current r35672 Blender SVN
Original comment by sebastie...@gmail.com
on 22 Mar 2011 at 8:51
Original issue reported on code.google.com by
sebastie...@gmail.com
on 18 Mar 2011 at 10:21Attachments: