fix usd family

this is fixing usd family in loaders and integrator
This commit is contained in:
Ondrej Samohel 2022-02-02 17:47:46 +01:00
parent 4ce12ffc7c
commit a7c4c04596
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
3 changed files with 4 additions and 9 deletions

View file

@ -6,10 +6,7 @@ class USDSublayerLoader(api.Loader):
"""Sublayer USD file in Solaris"""
families = [
"colorbleed.usd",
"colorbleed.pointcache",
"colorbleed.animation",
"colorbleed.camera",
"usd",
"usdCamera",
]
label = "Sublayer USD"

View file

@ -6,10 +6,7 @@ class USDReferenceLoader(api.Loader):
"""Reference USD file in Solaris"""
families = [
"colorbleed.usd",
"colorbleed.pointcache",
"colorbleed.animation",
"colorbleed.camera",
"usd",
"usdCamera",
]
label = "Reference USD"

View file

@ -100,7 +100,8 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
"redshiftproxy",
"effect",
"xgen",
"hda"
"hda",
"usd"
]
exclude_families = ["clip"]
db_representation_context_keys = [