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
|
|
@ -332,6 +332,18 @@
|
|||
"tasks": [],
|
||||
"add_ftrack_family": true,
|
||||
"advanced_filtering": []
|
||||
},
|
||||
{
|
||||
"hosts": [
|
||||
"houdini"
|
||||
],
|
||||
"families": [
|
||||
"usd"
|
||||
],
|
||||
"task_types": [],
|
||||
"tasks": [],
|
||||
"add_ftrack_family": true,
|
||||
"advanced_filtering": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -376,7 +388,8 @@
|
|||
"layout": "layout",
|
||||
"unrealStaticMesh": "geo",
|
||||
"vrayproxy": "cache",
|
||||
"redshiftproxy": "cache"
|
||||
"redshiftproxy": "cache",
|
||||
"usd": "usd"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue