Babies

If you have problems understanding something or getting started, ask here

Moderator: joepal

Re: Babies

Postby GT324 » Sun Mar 10, 2019 9:59 pm

joepal wrote:This will be included in alpha 3, which is about to be released: https://www.youtube.com/watch?v=jRHnJX-TdT4

I guess this is what you're looking for.



Thanks very much

I will look when I can.
GT324
 
Posts: 8
Joined: Sat Mar 09, 2019 8:00 am

Re: Babies

Postby GT324 » Mon Mar 11, 2019 2:38 pm

RobBaer wrote:
GT324 wrote:...
I also tried to sort things out by scripting and found a very interesting video by Rick Murphy. Unfortunately when I followed his advice to click the Utilities tab, it did not reveal a scripting tab, as promised. ...


There should still be a scripting tab, but it may not be visible by default. Go to settings | plugins and make sure that 7_scripting is checked. You will probably need to restart before the tab shows up.


Thanks That has worked.

My next challenge is to generate a random number to assign to a feature. I will try to look online, but if you know how to, or if you can direct me to a good source of information like that, I would be grateful.
GT324
 
Posts: 8
Joined: Sat Mar 09, 2019 8:00 am

Re: Babies

Postby GT324 » Mon Mar 11, 2019 2:43 pm

GT324 wrote:
joepal wrote:This will be included in alpha 3, which is about to be released: https://www.youtube.com/watch?v=jRHnJX-TdT4

I guess this is what you're looking for.



Thanks very much

I will look when I can.


Wow, this looks ideal. When will this be released?
GT324
 
Posts: 8
Joined: Sat Mar 09, 2019 8:00 am

Re: Babies

Postby Aranuvir » Mon Mar 11, 2019 7:23 pm

I will try to look online, but if you know how to, or if you can direct me to a good source of information like that, I would be grateful.

Basically there are different ways to access the data in MakeHuman. One would be using the mhapi plug-in, which also has some documentation. It can be found on the github page. Or if you just want to play around a bit you can do something like this in an interactive shell (the global G lets you access almost all data of the application):
Code: Select all
In [1]: human = G.app.selectedHuman
In [2]: human.modifierNames
In [3]: [m for m in human.modifierNames if 'age' in m.lower()]
In [4]: modifier = human.getModifier('macrodetails/Age')
In [5]: modifier.setValue(0.0)
In [6]: human.applyAllTargets()

and so on...
Aranuvir
 
Posts: 1314
Joined: Sun Oct 12, 2014 2:12 pm

Re: Babies

Postby RobBaer » Tue Mar 12, 2019 3:39 pm

GT324 wrote:Wow, this looks ideal. When will this be released?

This was Aranuvir's link: https://github.com/makehumancommunity/c ... assproduce

It should come with the next alpha if you don't want to get it from Github.
User avatar
RobBaer
 
Posts: 1208
Joined: Sat Jul 13, 2013 3:30 pm
Location: Kirksville, MO USA

Previous

Return to Newbies

Who is online

Users browsing this forum: No registered users and 1 guest

cron