lennart-g / blender-md2-importer

Quake 2 MD2 import add-on for Blender 3.x
GNU General Public License v3.0
17 stars 3 forks source link

Feat/improve stability #7

Closed lennart-g closed 11 months ago

lennart-g commented 11 months ago

Update development and building pipeline according to https://github.com/lennart-g/bsp_hacking/blob/master/docs/blender_importer.md

Fix requirement for PIL for general usage

Add improved error handling (info pop-ups when PIL is not installed / no skin was found)

Start extracting utility functionality to util/ for better isolation

Add some test models and skins as well as unit tests (to be run with pytest)