I've been looking into Python for maya of late and i'm getting the hang of it.
One concept i haven't wrapped my head around is the query flag and how i can use it.
More specifically i'm trying to query if a UV set exists and i'm assuming i can attempt to select the UV set i want using polyUVSet and query it, then use the query in an IF statement.
Or is my logic all wrong?
Replies
-if this uv set exists, then select it and do stuff.
-else, do other stuff.