mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #4816 from BigRoy/bugfix/maya_fix_validate_mesh_overlapping_uvs
Maya: Fix Validate Mesh Overlapping UVs plugin
This commit is contained in:
commit
16975b2e21
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ class ValidateMeshHasOverlappingUVs(pyblish.api.InstancePlugin):
|
|||
# Store original uv set
|
||||
original_current_uv_set = cmds.polyUVSet(mesh,
|
||||
query=True,
|
||||
currentUVSet=True)
|
||||
currentUVSet=True)[0]
|
||||
|
||||
overlapping_faces = []
|
||||
for uv_set in cmds.polyUVSet(mesh, query=True, allUVSets=True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue