Breast target

If your topic doesn't fit anywhere else, put it here.

Moderator: joepal

Breast target

Postby alex_forever_82 » Thu Jun 08, 2017 7:46 pm

Who knows where is a breastsize.target file in makehuman - python source? I could find only an image breastsize.png, but not the corresponding target file.
alex_forever_82
 
Posts: 3
Joined: Thu Jun 08, 2017 7:38 pm

Re: Breast target

Postby blindsaypatten » Thu Jun 08, 2017 7:51 pm

You need to download the source version, all the targets are there.
blindsaypatten
 
Posts: 586
Joined: Tue Mar 14, 2017 11:16 pm

Re: Breast target

Postby alex_forever_82 » Thu Jun 08, 2017 7:59 pm

blindsaypatten wrote:You need to download the source version, all the targets are there.


Thanks for your reply. But I have downloaded makehuman - python source. There are a lot of target files except breastsize.target. I also found it by url: https://bitbucket.org/MakeHuman/makehum ... at=default, but mentioned target is missing.
alex_forever_82
 
Posts: 3
Joined: Thu Jun 08, 2017 7:38 pm

Re: Breast target

Postby blindsaypatten » Fri Jun 09, 2017 4:01 pm

In lib/targets.py there's this bit of code:
Code: Select all
# Defines reserved value keywords and which category they map to
# Used for specifying dependencies between targets using their filename
# Maps macro variable to discrete variables controlled by that macro modifier
_cat_data = [
   # category     values
    ('gender',   ['male', 'female']),
    ('age',      ['baby', 'child', 'young', 'old']),
    ('race',     ['caucasian', 'asian', 'african']),
    ('muscle',   ['maxmuscle', 'averagemuscle', 'minmuscle']),
    ('weight',   ['minweight', 'averageweight', 'maxweight']),
    ('height',   ['minheight', 'averageheight', 'maxheight']),
    ('breastsize',     ['mincup', 'averagecup', 'maxcup']),
    ('breastfirmness', ['minfirmness', 'averagefirmness', 'maxfirmness']),
    ('bodyproportions', ['uncommonproportions', 'regularproportions', 'idealproportions'])
    ]

So it isn't a single simple target, which target is used depends on gender, age, muscle, weight, firmness and is split into mincup, averagecup, and maxcup categories, resulting in targets like:
./data/targets/breast/female-young-maxmuscle-minweight-mincup-maxfirmness.target
blindsaypatten
 
Posts: 586
Joined: Tue Mar 14, 2017 11:16 pm

Re: Breast target

Postby alex_forever_82 » Fri Jun 09, 2017 4:29 pm

I see now! Thank you, blindsaypatten, for explanations.
alex_forever_82
 
Posts: 3
Joined: Thu Jun 08, 2017 7:38 pm


Return to General discussions about makehuman

Who is online

Users browsing this forum: No registered users and 3 guests