mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
fix name of ValidateMeshOrder variable
This commit is contained in:
parent
3aa20ba0b6
commit
4f9f0807e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue