Jump to content

Komodo33

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral
  1. The export.py now exports! Yay! However, are some of the colliders working right? I can't seem to get the suspension to move? I can sometimes get the the steering to work correctly, but it doesn't always work when exported. I'm trying to learn from the default wheels and some different mod wheels but I cant seem to get them to work either. If you import a default rover wheel, export it without touching anything, then replace the original file the wheel doesn't work correctly; even though nothing has changed from import? Has anyone else done rover wheels, how did you get to work? Nothing I seem to do works 100% of the time, even when exporting through Unity.
  2. Disregard my last post Whoops, sorry! I messed up on my last post I saved the the script wrong, and didn't check it before using it. However after downloading the script right this time there is still a problem? Traceback (most recent call last): File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\__init__.py", line 84, in execute return export_mu.export_mu(self, context, **keywords) File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\export_mu.py", line 319, in export_mu mu.obj = make_obj(mu, obj) File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\export_mu.py", line 311, in make_obj muobj.children.append(make_obj(mu, o)) File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\export_mu.py", line 311, in make_obj muobj.children.append(make_obj(mu, o)) File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\export_mu.py", line 311, in make_obj muobj.children.append(make_obj(mu, o)) File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\export_mu.py", line 311, in make_obj muobj.children.append(make_obj(mu, o)) File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\export_mu.py", line 304, in make_obj muobj.collider = make_collider(mu, obj) File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\export_mu.py", line 205, in make_collider col.suspensionSpring = make_spring(obj.muproperties.suspensionSpring) File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\export_mu.py", line 157, in make_spring spring = MuSpring() NameError: global name 'MuSpring' is not defined location: <unknown location>:-1 Sorry if I confused you with my previous post. I was so excited that you replayed back with a fix so quick that I didn't stop to think.
  3. I'm having an error that I'm not sure if it's a bug or I'm simply doing something that is unsupported in current version. Traceback (most recent call last): File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\__init__.py", line 84, in execute return export_mu.export_mu(self, context, **keywords) File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\export_mu.py", line 319, in export_mu mu.obj = make_obj(mu, obj) File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\export_mu.py", line 311, in make_obj muobj.children.append(make_obj(mu, o)) File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\export_mu.py", line 311, in make_obj muobj.children.append(make_obj(mu, o)) File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\export_mu.py", line 311, in make_obj muobj.children.append(make_obj(mu, o)) File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\export_mu.py", line 311, in make_obj muobj.children.append(make_obj(mu, o)) File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\export_mu.py", line 304, in make_obj muobj.collider = make_collider(mu, obj) File "E:\Program Files\Blender Foundation\Blender\2.69\scripts\addons\io_objec t_mu-master\export_mu.py", line 199, in make_collider col = MuColliderWheel(True) TypeError: __init__() takes 1 positional argument but 2 were given location: <unknown location>:-1 I'm trying to make rover wheels, but this always happens when I try to export. This error (Above) is from the default roverWheel1. I'm using Blender 2.69 and latest version of your plugin if that's any help; bug or unsupported?
×
×
  • Create New...