vchoutas / smplify-x

Expressive Body Capture: 3D Hands, Face, and Body from a Single Image
https://smpl-x.is.tue.mpg.de/
Other
1.69k stars 330 forks source link

Blender Add-On: Getting the variable clothed model texture #179

Open hshreeshail opened 2 years ago

hshreeshail commented 2 years ago

I am using the SMPL-X blender add-on. It has the option of setting texture value from among multiple options: male, female, rainbow etc. First of all, I wanted to confirm whether the texture is the same thing that is stored in variables vt and ft in the parameter file. Second, how can I get the texture variables corresponding to say the male texture. I want to use this variable to add texture to the SMPL-X model which I am using in another method.