Page 1 of 1

Configurating a human, interface possibilities

PostPosted: Wed Oct 26, 2022 7:24 am
by MartVanIersel
Hi everybody, my name is Mart I'm a online software develpor.

For years I have been working on a trauma patient simulator (toghter with University of Brussels (Belgium) and University of Tübingen (Germany).

I want to bring my patients "to life" and came across this fantastic platfrom. I'm new to all of this but I was wondering:

1: Is there a way to configure a Human using coding/commandline (api), so without using the software silder interface?
2: Is there a way to make humans available/viewable online?

Hope to hear from you. Best regards, Mart

(PS There are probably problems to overcome but I'm willing to put all the effort needed into it.)

Re: Configurating a human, interface possibilities

PostPosted: Fri Oct 28, 2022 1:29 pm
by joepal
Yes, there is a socket interface which you can use to programmatically set modifiers from outside makehuman, but the makehuman application must be running.

See https://github.com/makehumancommunity/c ... odifier.py for sn example

For the second part, you can get information about the human mesh the same way (via socket), but you would then still need to display the mesh somehow, for example via webgl. This is doable but not trivial.