Merge pull request #2631 from pypeclub/bugfix/houdini-usd-loaders-and-publishing

Houdini: fix usd family in loader and integrators
This commit is contained in:
Ondřej Samohel 2022-02-18 18:44:29 +01:00 committed by GitHub
commit 0b2ceec450
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 42 additions and 19 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"