10 October 2008 | |
![]() |
|
Maya Monkey
portfolio
Michael Cook
TD
Stargate Digital
Pasadena, California,
USA
|
Python Help! - Get UVs from Face
I need to be able to find out what uvs are associated with a face, but in python. Any ideas anyone?
|
10 October 2008 | |
![]() |
|
RiskySnail
portfolio
Eric Lenerville
Midway Games
Aurora,
USA
|
I came across something similar to this recently. I worked in MEL but the commands I used are also available in python.
for each face get a list of vertexFaces (getAttr <obj>.vtxFace[*][faceId]) then convert those vtxFaces into UVs using polyListComponentConversion. you will have to look at the documentation for hte polyListComponentConversion command because I dont know the python syntax off the top of my head. you could use polyListComponentConversion to convert the face into vtxFaces but its faster just to use the getAttr. knowing python can have multi-dimensional arrays it might even be better to getAttr on all the vtxFaces at once. I wish I knew more about the maya open API because I am betting theres a faster method you could use but I know the above works and keeps the UVs in the proper order. __________________
- elenerville |
10 October 2008 | |
![]() |
|
Frequenter
...
Technical Artist
Electronic Arts Canada
Canada
|
This should do the trick...
|
10 October 2008 | |
![]() |
|
Maya Monkey
portfolio
Michael Cook
TD
Stargate Digital
Pasadena, California,
USA
|
Awesome, thanks so much for the helps guys, Ill give it a shot.
|
10 October 2008 | |
![]() |
|
Expert
|
Thread automatically closed
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
__________________
CGTalk Policy/Legalities Note that as CGTalk Members, you agree to the terms and conditions of using this website. |
Thread Closed share thread |
«
Previous Thread
|
Next Thread
»
|
|
|