neumond / blender-md3

.md3 models support for Blender
MIT License
62 stars 23 forks source link

Blender 2.8 support #18

Open axredneck opened 5 years ago

axredneck commented 5 years ago

Please merge as separate branch in order to not break Blender 2.79 support. Currently it exports/imports UVs but doesn't import textures.

axredneck commented 5 years ago

CI fails because it tries to run tests on Blender 2.79 as far as i understand.

axredneck commented 5 years ago

Blender 2.8 uses Python 3.7. CI tries to install Python 3.7 from Ubuntu 14.04 repo with no success. What can i do with it?

neumond commented 5 years ago

Thank you! I'll try to find time to review, merge it and decide how to deal with different python/blender versions.