Page 1 of 1

error running export-to-ogrexml.py script in Blender

Posted: Sat Aug 13, 2005 11:27 pm
by beboe
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.

Re: error running export-to-ogrexml.py script in Blender

Posted: Sat Aug 13, 2005 11:44 pm
by reimpell
beboe wrote:I downloaded export-to-ogrexml.py from sourceforge
The current mesh and armature animation export script is called "ogreexport.py". The latest version can be found in the CVS repository.