n64decomp / mk64

A speedy Mario Kart 64 decompilation, brought to you by the cousin of a tame racing driver.
629 stars 72 forks source link

extract models with blender #577

Closed coco875 closed 1 month ago

MegaMech commented 7 months ago

Could we put all the blender related files in a folder like: blender/myscript.py and blender/3D_models.json

If you're wanting to distinguish between the blender extension. Perhaps blender/ext-name.py or similar?

Arguably the blender extension shouldn't be in the repo. However, I'm fine with it. Albeit we should try to make it easy to load into blender but I think that's an issue for the future.

coco875 commented 7 months ago

By putting the blender extension in the repo, script can interact with it without problem. And allow to be sure he install it and enable it more simple by including and launch blender with the addons

coco875 commented 7 months ago

For putting file in a blender dir we know blender is a tool so for me it's better to put in tools/blender

MegaMech commented 7 months ago

I just want to have the chance to test this PR. Then I'll merge. Or if Taggerung wants to test it.

Just like to have a second person try it out.

coco875 commented 1 month ago

need some tweak to some json and then it's good

coco875 commented 1 month ago

ready to merge