Moderator: joepal
blindsaypatten wrote:You need to download the source version, all the targets are there.
# 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'])
]
Return to General discussions about makehuman
Users browsing this forum: No registered users and 2 guests