mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Add comment
This commit is contained in:
parent
45745cc514
commit
fe72197a9f
1 changed files with 4 additions and 1 deletions
|
|
@ -156,11 +156,14 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
"usdOverride"
|
||||
]
|
||||
exclude_families = ["clip"]
|
||||
default_template_name = "publish"
|
||||
|
||||
# Representation context keys that should always be written to
|
||||
# the database even if not used by the destination template
|
||||
db_representation_context_keys = [
|
||||
"project", "asset", "task", "subset", "version", "representation",
|
||||
"family", "hierarchy", "username"
|
||||
]
|
||||
default_template_name = "publish"
|
||||
|
||||
# Attributes set by settings
|
||||
template_name_profiles = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue