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

The place for artists, modellers, level designers et al to discuss their approaches for creating content for OGRE.
Post Reply
beboe
Gnoblar
Posts: 4
Joined: Sat Aug 13, 2005 11:19 pm

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

Post 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.
reimpell
OGRE Contributor
OGRE Contributor
Posts: 570
Joined: Mon Mar 01, 2004 10:35 am
Location: Hamburg, Germany

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

Post 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.
Post Reply