- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
I would like to query the UV editor title labels or uv coordiantes on the basis of the mesh shape selection
for eg:
If one of the UV is not in the U1V1 box, I would like to get the return of the uv coordinates/labels as U1V-1 and the uv selection list that is in U1V-1 box. Please check the below image.
I have tried,
few commands - cmds.polyEditUV, cmds.polyInfo, cmds.polyEvaluate
polyEditUV was the most closest i could get
(selecting uv part,
right click selecting `uv`,
shape.map[0]..n(script editor),
It returns all the values U1V-1)
The problem is its slow and returns alot of values, it is very verbose.
If there is any easier approach or efficient approach, please do let me know.
Any suggestions would be really helpful,
Solved! Go to Solution.