Page 1 of 1

Any Custom API available to interact with MH Software ?

PostPosted: Sat Aug 08, 2020 11:34 pm
by Vinaya
Is there a Plugin or api developed for MH that creates a human model based on user input of his measurements from a web interface ?If you know one exists , or how to do this , please reply .

Re: Any Custom API available to interact with MH Software ?

PostPosted: Sun Aug 09, 2020 6:28 pm
by joepal
I wrote an answer on the youtube comment. Crossposting it here:

No. There is no API for converting real-world measurements into slider values outside of some very rough and primitive approximations for a very limited set of measurements.

You can theoretically speak with MH over the socket interface though, see https://github.com/makehumancommunity/c ... ins-socket

For example https://github.com/makehumancommunity/c ... odifier.py demonstrates how to change a slider value from the outside.