FAQ:I want to extend MakeHuman functionality. Where should I start?

From MakeHuman Community Wiki
Revision as of 13:43, 11 December 2017 by Joepal (Talk | contribs) (Created page with "In almost all conceivable scenarios, you'll want to write a plugin rather than change the MakeHuman code as such. While writing a plugin isn't trivial either, it is far more...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In almost all conceivable scenarios, you'll want to write a plugin rather than change the MakeHuman code as such.

While writing a plugin isn't trivial either, it is far more easy than digging into the MH core code.

A good start for plugins is by building on MHAPI, which can be found here: https://github.com/makehumancommunity/community-plugins-mhapi

An example of a plugin using MHAPI is the asset downloader, which is available here: https://github.com/makehumancommunity/community-plugins-assetdownload