Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Resources and Tools => Topic started by: Mjollna on September 10, 2017, 08:12:12 pm

Title: gltf -> m2 converter
Post by: Mjollna on September 10, 2017, 08:12:12 pm
Hi there, long time no see ! :)

I've just published some naive python script, which can (normally) convert a file from Blender > gltf format > m2 (for LK).
Readme and beginning of script explain how to convert successfully.

No collisions and no animations for now, but it might be supported some day.

https://bitbucket.org/Mjollna/gltf2m2/
Title: Re: gltf -> m2 converter
Post by: ninji210 on September 12, 2017, 01:57:44 pm
Good job! Yeah I think it will attract new modders when the animation export thing will work , also there will be more ideas what can be done then
Title: Re: gltf -> m2 converter
Post by: Amaroth on September 12, 2017, 05:10:34 pm
Skarn and some other people made WMO addon for Blender, and afaik, they are working (or going to work) on M2 addon as well. Perhaps contacting them and joining forces would be more effective.

https://github.com/WowDevTools/Blender-WMO-import-export-scripts
Title: Re: gltf -> m2 converter
Post by: Mjollna on September 12, 2017, 06:47:05 pm
Hi !

Yeah I know about this plugin, and it already contains lots of stuff related to m2. Their approach is really cool, although it's too big a project for what I need/want to do.
However, my code is under gpl and can be reused if they wish to :)