mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
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:
commit
0b2ceec450
6 changed files with 42 additions and 19 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue