daveredrum/Text2Tex

How can i use a script to transform a mesh without texture into a texture-mesh

Closed this issue · 2 comments

Wei-Qi commented

Thanks for your great work!
How can i use a script to transform a mesh without texture into a texture-mesh? This script must can be calculate uv coordinate.

Hi @Wei-Qi, I guess you can use scripts/parameterize_mesh.py to generate a UV map for the target mesh. Then, you can play around with the texture generation script as the README instructs.

Wei-Qi commented

Tanks for your help!!