fix name of ValidateMeshOrder variable

This commit is contained in:
iLLiCiTiT 2021-04-20 13:55:53 +02:00
parent 3aa20ba0b6
commit 4f9f0807e3

View file

@ -8,7 +8,7 @@ import openpype.api
class ValidateUnrealMeshTriangulated(pyblish.api.InstancePlugin):
"""Validate if mesh is made of triangles for Unreal Engine"""
order = openpype.api.ValidateMeshOder
order = openpype.api.ValidateMeshOrder
hosts = ["maya"]
families = ["unrealStaticMesh"]
category = "geometry"