animate1978 / MB-Lab

MB-Lab is a character creation tool for Blender 4.0 and above, based off ManuelBastioniLAB
Other
1.76k stars 308 forks source link

Random character generation #378

Closed sparshgarg23 closed 1 year ago

sparshgarg23 commented 1 year ago

I was looking at mb lab's quasi random character generation functionality. In order to understand that functionality could you let me know as to which python file in the repo is specifically responsible for implementing it. I was looking at the function generate_parameters in algorithm.py but it seems that this function doesn't include the preservation variables for face,body,mass,height. Thanks

Upliner commented 1 year ago

Preservation is handled in generate_character function in humanoid.py

sparshgarg23 commented 1 year ago

@Upliner ,thanks