Sigmmma / Blendkrieg

Halo Model importer and exporter for Blender.
GNU General Public License v3.0
11 stars 3 forks source link

Addon creation #9

Closed MosesofEgypt closed 5 years ago

MosesofEgypt commented 5 years ago

Closes #1

Created an init file that registers our addon into Blender. Added the initialization file in the mek_lib folder so it will function right when we compile a release with the libraries included.

ShellyHerself commented 5 years ago

We shouldn't be merging this into Master, it should merge into develop.

ShellyHerself commented 5 years ago

I'd like a nice description, something like: Closes #1 - so we know if you're addressing an existing issue.

And if what you're doing is kinda complicated give a short summary of what you're doing like: Created an init file that registers our addon into Blender. Added the initialization file in the mek_lib folder so it will function right when we compile a release with the libraries included.