[SOLVED] Blender Export problems
Posted: Mon Jul 04, 2005 3:03 am
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.
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.