using blender for exporting

Questions and answers about the how and why of making maps.
Post Reply
User avatar
big_daddy2
Private First Class
Private First Class
Posts: 131
Joined: Sat May 06, 2006 1:06 am
Location: the middle of nowhere, USA

using blender for exporting

Post by big_daddy2 »

ok so i used blender to export some objects to .obj before and then used modletool, but when i did that it always put the object to the floor and not off the ground, im tryin to use direct .bzw export but when i put my .py files in C:\users\matt\appdata\blender foundation\blender\.blender\scripts\bzflag\ and try to export somthing to .bzw in blender it says "importerror: no module named bzflag" what should i do to fix both of these problems?
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: using blender for exporting

Post by blast »

That was one heckofa run-on sentence. As for modeltool putting the "object to the floor and not off the ground", that shouldn't be anything to do with modeltool. Was your object actually off the ground plane in blender? You could also just manipulation the position of the mesh in your BZW.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
User avatar
big_daddy2
Private First Class
Private First Class
Posts: 131
Joined: Sat May 06, 2006 1:06 am
Location: the middle of nowhere, USA

Re: using blender for exporting

Post by big_daddy2 »

well in the .obj file its right but when i use modeltool it sets it to the floor and the object was off the floor

any ideas?
trepan
Dev Wizard
Dev Wizard
Posts: 704
Joined: Fri Feb 21, 2003 7:50 pm

Re: using blender for exporting

Post by trepan »

The modeltool source contains:

Code: Select all

model.pushAboveAxis(eZAxis);
That's probably the source of the problem. Not something I would have added, but
I can certainly understand why the author would have chosen that path (he's kinder
to noobs than am I). An option to disable that feature could be added.
User avatar
big_daddy2
Private First Class
Private First Class
Posts: 131
Joined: Sat May 06, 2006 1:06 am
Location: the middle of nowhere, USA

Re: using blender for exporting

Post by big_daddy2 »

got thx for the help
User avatar
big_daddy2
Private First Class
Private First Class
Posts: 131
Joined: Sat May 06, 2006 1:06 am
Location: the middle of nowhere, USA

Re: using blender for exporting

Post by big_daddy2 »

ok so i got blender to work with exporting .bzw, sorta
the only thing is...how do i set up the mesh.py file or blender to not draw or make normals? i dont want them and i dont want to delete them always, so how?
Post Reply