cadop / HumanGenerator

A free and open source human generator integrated inside Nvidia Omniverse
GNU Affero General Public License v3.0
18 stars 1 forks source link

Mesh collection during import is redundant #109

Open Graebl opened 1 year ago

Graebl commented 1 year ago

https://github.com/cadop/HumanGenerator/blob/386f3d27e7d90b29f3fb4905768c61ee794525da/exts/siborg.create.human/siborg/create/human/human.py#L471

https://github.com/cadop/HumanGenerator/blob/386f3d27e7d90b29f3fb4905768c61ee794525da/exts/siborg.create.human/siborg/create/human/human.py#L662

Both collect meshes redundantly. Should use mh_meshes passed as argument.