It's been a long time since I've worked on a model and 2 versions of Blender have gone by. I tried to export a new model just now and got some strange errors as shown below. It also makes an annoying duplicate of the object when it fails. Does anyone have any tips?
You need to delete the collection which the armature and meshes are in. They must be located in the Scene Collection, (Or the “master” collection) rather than the one they are currently in, Collection.
Rollback Post to RevisionRollBack
Looking for feedback on my custom races extension mod called "Scion Custom Races (Mod)"
@ Solstice245: Thank you for your help. I am 1 step closer to exporting this baby. I'm now to the next error in line, something about calc_loop_triangles being an invalid keyword augment.
Hmm, not sure I’ve ever seen this error before, myself. Are there perhaps any active modifiers aside from armature and edge split? Sorry, I have to ask since I’ve just got my phone atm and can’t look at anything in blender itself for the time being.
Rollback Post to RevisionRollBack
Looking for feedback on my custom races extension mod called "Scion Custom Races (Mod)"
There is not. I used path but I applied it a while back.
Edit: From what I've read about blender, The calc_loop_triangles thing is a problem with the newer Blender versions. I changed the code in the py file and got it to export but the model does crash the game... I'm just wondering if I should install and use Blender 2.78 and call it a day.
Edit#2: Looks like my modified exporter does work. The crash was caused by my rigid body which I would like to work so units walk on top of the track.
Hey guys,
It's been a long time since I've worked on a model and 2 versions of Blender have gone by. I tried to export a new model just now and got some strange errors as shown below. It also makes an annoying duplicate of the object when it fails. Does anyone have any tips?
You need to delete the collection which the armature and meshes are in. They must be located in the Scene Collection, (Or the “master” collection) rather than the one they are currently in, Collection.
Looking for feedback on my custom races extension mod called "Scion Custom Races (Mod)"
@ Solstice245: Thank you for your help. I am 1 step closer to exporting this baby. I'm now to the next error in line, something about calc_loop_triangles being an invalid keyword augment.
Hmm, not sure I’ve ever seen this error before, myself. Are there perhaps any active modifiers aside from armature and edge split? Sorry, I have to ask since I’ve just got my phone atm and can’t look at anything in blender itself for the time being.
Looking for feedback on my custom races extension mod called "Scion Custom Races (Mod)"
There is not. I used path but I applied it a while back.
Edit: From what I've read about blender, The calc_loop_triangles thing is a problem with the newer Blender versions. I changed the code in the py file and got it to export but the model does crash the game... I'm just wondering if I should install and use Blender 2.78 and call it a day.
Edit#2: Looks like my modified exporter does work. The crash was caused by my rigid body which I would like to work so units walk on top of the track.
Rigid Body achieved!