Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I know how to return vertices after selecting faces.
cmds.polyInfo(fv=1)
Usually, a face consists of 3 or 4 vertices.
However, when I select a face, in the UV interface, the index corresponding to the UV is completely inconsistent with the index of the vertex. For example, I selected a face.
select -r low3.f[469] ;
This face consists of 4 vertices.[u'FACE 469: 441 448 446 444 \n']
but i want get the uvCorrdinate. The 4 UVs on this surface are
select -r low3.map[863] ;
select -r low3.map[865] ;
select -r low3.map[864] ;
select -r low3.map[866] ;
I want to know how to get the index of these UVs through python,thx~
Solved! Go to Solution.