PDA

View Full Version : Maya API : iterator over poly UVs?


r4inm4ker
03-06-2008, 12:36 AM
Hi,
i wonder if there's any iterator for polygon UVs. I've searched through API docs for something like "MItMeshMap", but there's nothing like that. Does anyone have idea how to iterate over UVs efficiently?

Thanks,
Jefri.

Robert Bateman
03-06-2008, 10:32 AM
I assume that the best method available would be the MItMeshFaceVertex, since each vtxFace can have a unique UV assignment. Other than that, not sure....

r4inm4ker
03-10-2008, 02:12 AM
Thx Robert, i'll try using MItMeshFaceVertex, but i don't understand why they didn't provide the iterator for poly UVs.

CGTalk Moderation
03-10-2008, 02:12 AM
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.