error running export-to-ogrexml.py script in Blender
Posted: Sat Aug 13, 2005 11:27 pm
im tyring to use this script to export models from blender so I can use them in ogre
I downloaded export-to-ogrexml.py from sourceforge
Here is what the blender command prompt window says:
Using Python version 2.3
Traceback (most recent call last):
File "export-to-ogrexml.py", line 50, in ?
AttributeError: 'module' object has no attribute 'draw_progressbar'
Traceback (most recent call last):
File "export-to-ogrexml", line 50, in ?
AttributeError: 'module' object has no attribute 'draw_progressbar'
This is what line 50 in the script is:
pbar = Blender.Window.draw_progressbar
If anyone knows what is wrong or if you know an easier way to use blender models in ogre any help will be greatly appreciated. Thank You.
I downloaded export-to-ogrexml.py from sourceforge
Here is what the blender command prompt window says:
Using Python version 2.3
Traceback (most recent call last):
File "export-to-ogrexml.py", line 50, in ?
AttributeError: 'module' object has no attribute 'draw_progressbar'
Traceback (most recent call last):
File "export-to-ogrexml", line 50, in ?
AttributeError: 'module' object has no attribute 'draw_progressbar'
This is what line 50 in the script is:
pbar = Blender.Window.draw_progressbar
If anyone knows what is wrong or if you know an easier way to use blender models in ogre any help will be greatly appreciated. Thank You.