Inconsistent Behavior with cmds.polyEditUV Query Mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to report a potential bug with the cmds.polyEditUV command in Autodesk Maya 2024.2. When using this command in query mode with the vValue flag, it unexpectedly returns both U and V values, rather than just V values as one would expect based on the documentation.
Steps to reproduce:
- Select some UVs on a polygonal mesh.
- Run the following command: cmds.polyEditUV(query=True, vValue=True)
Expected behavior:
The command should return only the V values of the selected UVs.
Actual behavior:
It returns both U and V values, which is not consistent with the documentation or expected usage. Based on the documentation, using vValue=True in query mode should return only V coordinates, similar to how uValue=True behaves when querying U coordinates.
I believe this behavior is unintended, and it would be great if this could be addressed or clarified in future updates or documentation.
Thank you for your attention to this matter.