Hi everyone, I am using this:
import maya.cmds as maya maya.polyEditUV ( object + '.map[' + str ( index ) + ']', query=True ) but even if I specify a number for the index that is greater than the number of uvs in the actual object, it doesn't throw an exception. I think it just returns the last UV for anything > uvCount. Is this a known issue? Thanks. --~--~---------~--~----~------------~-------~--~----~ Yours, Maya-Python Club Team. -~----------~----~----~----~------~----~------~--~---
