[SOLVED] Blender Export problems

The place for artists, modellers, level designers et al to discuss their approaches for creating content for OGRE.
Post Reply
User avatar
jmonw
Goblin
Posts: 232
Joined: Sat Apr 23, 2005 3:21 am
Location: Atlanta, GA

[SOLVED] Blender Export problems

Post by jmonw »

First off, the exporter is great. I'm just having some problems with it. Some models export fine. Perfectly. But some I can't export at all. I get these errors (from the console) on all the ones that won't export (and since I know no Python, I'm at a loss):

in the button callback event (OK, I can sort of read Python, a little), there's this:

IndexError: index out of range (this appears in the console)

it happens at line 3526, which appears to be trying to export the selectedObjects list.

Does anyone know why this is happening? I've made sure that I do, indeed, have some objects selected, but the problem persists.

Thanks.
Last edited by jmonw on Mon Jul 04, 2005 1:57 pm, edited 1 time in total.
User avatar
discipline
OGRE Community Helper
OGRE Community Helper
Posts: 766
Joined: Mon May 16, 2005 12:09 am

Post by discipline »

Is it perhaps the second to last question in this section in the blender wiki FAQ?
http://ogre3d.org/wiki/index.php?title= ... Exporter_2
User avatar
jmonw
Goblin
Posts: 232
Joined: Sat Apr 23, 2005 3:21 am
Location: Atlanta, GA

Post by jmonw »

I think maybe I'm an idiot...

Thanks a bunch.
Post Reply