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

@ -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"
}
}
}