Closed GoogleCodeExporter closed 8 years ago
can you try again with preview4? It should be fixed.
http://blender2ogre.googlecode.com/files/b2ogre-0.5.5-preview4.zip
Original comment by goatman.py@gmail.com
on 22 Sep 2011 at 2:52
The attribute 'bl_idname' is now found. However, now the attribute 'utils' is
not found in line 7225. So still a problem!
Original comment by ironfr...@gmail.com
on 22 Sep 2011 at 3:32
By the way version 0.5.4 no problems, however could not get any of the 0.5.5
versions to work.
Original comment by ironfr...@gmail.com
on 22 Sep 2011 at 3:34
line 7225 is bpy.utils.register_module
if your missing bpy.utils you have a very serious problem.
can you attach your full console error print out?
Original comment by goatman.py@gmail.com
on 23 Sep 2011 at 2:15
I have tried it on both Win7 and Mac OS X. What happens in both cases, with two
very different installations, is that the plugin does not register at all so
that the Ogre XML export menu is not available. However, the Ogre UI button
appears. When you press it you get the error (probably with a very good
reason). the console then shows:
Traceback (most recent call last):
File "/Users/jlcybuls/Library/Application Support/Blender/2.59/scripts/addons/io_export_ogreDotScene.py", line 7225, in invoke
bpy.utils.register_module(__name__)
AttributeError: 'NoneType' object has no attribute 'utils'
location:<unknown location>:-1
Original comment by ironfr...@gmail.com
on 23 Sep 2011 at 10:18
To make preview4 work on OSX you are going to need to create some fake
directories because it expects to find Tundra2 in ~/Tundra2
and ~/Tundra2/media/materials/
If the plugin fails to register at all, there is some other error that is
causing that. And this bug is only the result of the previous error.
Make sure you have installed Tundra2 to C:\Tundra2
http://realxtend-naali.googlecode.com/files/realXtend-Tundra-2.0.0.msi
It won't work without Tundra.
Original comment by goatman.py@gmail.com
on 24 Sep 2011 at 12:49
I have installed Tundra2 and in C:\Tundra2 and it had no effect - same problem,
the plugin does not register even though the Ogre button appears. When pressed
it gives you the 'no utils' error (which sort of makes sense). Note that
Blender2Ogre 0.5.4 works just fine. It is something NEW which was introduced in
version 0.5.5 that broke this plugin!
Original comment by ironfr...@gmail.com
on 24 Sep 2011 at 4:29
Copy paste the full console output here, so we can see what the main error is.
Several things have changed in 0.5.5, and any one of them could have caused
this.
Your problem could also be due to not deleting blender2ogre.cfg. Shenjoku from
the Ogre forums was having this problem.
"""shenjoku,
If you are sure that Tundra2 has been installed to C:\Tundra2 then this problem
is because of your old config file is pointing to the old "my-shaders", it
needs to point to Tundra2/media/materials
I'm not sure where the config file gets located exactly on Windows, its
something like C:\users\yourname\AppData\Roaming\Blender
On Linux it is easy to find: ~/blender/2.59/config/scripts/blender2ogre.cfg
just delete blender2ogre.cfg and you should be good to go"""
Original comment by goatman.py@gmail.com
on 25 Sep 2011 at 12:04
I'll check it out late in the week as I'll have to go interstate...
Original comment by ironfr...@gmail.com
on 25 Sep 2011 at 5:14
this should be fixed in 0.5.5-preview7
Original comment by goatman.py@gmail.com
on 18 Oct 2011 at 3:21
Original issue reported on code.google.com by
ironfr...@gmail.com
on 20 Sep 2011 at 12:11