Merge pull request #319 from BigRoy/enhancement/substancepainter_load_mesh_usd

Substance Painter: Allow loading `usd` mesh to substance painter
This commit is contained in:
Kayla Man 2024-04-02 17:00:47 +08:00 committed by GitHub
commit 224de18acf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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