mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
code clean up
This commit is contained in:
parent
07e10beec9
commit
1bdac65841
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class ValidateMeshHasUVs(pyblish.api.InstancePlugin,
|
|||
meshes = [member for member in instance.data["members"]
|
||||
if rt.isProperty(member, "mesh")]
|
||||
invalid = [member for member in meshes
|
||||
if not member.mesh.numTVerts > 0]
|
||||
if member.mesh.numTVerts == 0]
|
||||
return invalid
|
||||
|
||||
def process(self, instance):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue