Makehuman in game

Posted:
Sat Jan 26, 2013 8:47 pm
by p9ablo
Can I put makehuman in a game?
I want to do a game with character editor in blender how Warcraft or Pro Evolution Soccer. Is that possible?
Example video:
https://www.youtube.com/watch?v=T2rf6_oqlO0I guess if the game have compatible license with makehuman this it's possible. Thanks

Re: Makehuman in game

Posted:
Sat Jan 26, 2013 10:18 pm
by joepal
It all comes down what you want to do. If you want to use the MH python source and/or the targets, you'll have to comply with AGPL.
If you only want to export a few characters from MH and vary between those, you don't have to comply with any particular license.
See this too:
http://www.makehuman.org/node/490
Re: Makehuman in game

Posted:
Sun Jan 27, 2013 6:21 pm
by p9ablo
Thanks for reply but if I take a model done in MH I believe that it can't modified the models in game because I need bpy functions. Right?
Re: Makehuman in game

Posted:
Sun Jan 27, 2013 6:32 pm
by joepal
The models have no functionality in themselves. You need some other system to manipulate it, possibly MH.
You don't necessarily need MH though. I'm guessing there are other APIs out there that are able to manipulate .obj or .dae 3d meshes, although I haven't checked.