Josh Grebler
Josh Grebler
[Macro modifiers](https://github.com/cadop/HumanGenerator/blob/bc425a4d942ef4b97bbc09f97615cf736053fb0a/exts/siborg.create.human/data/modifiers/macro.json) give defined named ranges. Individual targets in [data/targets/macrodetails](https://github.com/cadop/HumanGenerator/tree/d8929aca4a142248a683a021e6357ceb84236350/exts/siborg.create.human/data/targets/macrodetails) are named in hyphenated groups of macros, eg, `race-sex-age.target` or `sex-age-muscularity-proportions.target`, where the names correspond to macrotargets. Presumably the named...
https://docs.omniverse.nvidia.com/kit/docs/kit-manual/105.0.1/guide/migration.html#usdgeom
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.
Prudent to use async and get locks on prims
Omniverse does not natively support storing poses manually configured by manipulating skeleton joints, as it considers them "transient prims." As pose control has been a desired feature from users, we...