mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
global: remove exclude family for clip
This commit is contained in:
parent
be9f6cf5c5
commit
f35079aaed
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
||||||
"usdOverride",
|
"usdOverride",
|
||||||
"simpleUnrealTexture"
|
"simpleUnrealTexture"
|
||||||
]
|
]
|
||||||
exclude_families = ["clip", "render.farm"]
|
exclude_families = ["render.farm"]
|
||||||
db_representation_context_keys = [
|
db_representation_context_keys = [
|
||||||
"project", "asset", "task", "subset", "version", "representation",
|
"project", "asset", "task", "subset", "version", "representation",
|
||||||
"family", "hierarchy", "task", "username"
|
"family", "hierarchy", "task", "username"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue