Page 1 of 1

the overall program framework of makehuman

PostPosted: Fri Sep 11, 2015 1:09 pm
by Bingo
I am confused by the code of the makehuman. I do not know how to start to study the python code.
Who could provide the information about the whole program framework of makehuman?

Thank you very much.

best wishes!

Re: the overall program framework of makehuman

PostPosted: Sat Sep 19, 2015 4:59 pm
by inpired351
Most of the action is in the plugins. There's a core program (core/mhmain.py) which sets up the UI, then there's all these plugins in the plugins directory. These are arranged into "Categories" and "Tasks". Put a print statement on core/gui3d.py::getTask() to show what's being used as you click around. Once I did that it made sense to me how everything is arranged.