Allow loading usd to substance painter

This commit is contained in:
Roy Nieterau 2024-03-29 11:56:50 +01:00
parent 6af300e6ee
commit 5f0f7afd43

View file

@ -18,7 +18,7 @@ class SubstanceLoadProjectMesh(load.LoaderPlugin):
"""Load mesh for project"""
product_types = {"*"}
representations = ["abc", "fbx", "obj", "gltf"]
representations = ["abc", "fbx", "obj", "gltf", "usd", "usda", "usdc"]
label = "Load mesh"
order = -10