mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
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:
commit
224de18acf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue