mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Only add frame to context if used by the destination template
This commit is contained in:
parent
e37b9f0141
commit
3ec9684239
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
exclude_families = ["clip"]
|
||||
db_representation_context_keys = [
|
||||
"project", "asset", "task", "subset", "version", "representation",
|
||||
"family", "hierarchy", "task", "username", "frame"
|
||||
"family", "hierarchy", "task", "username"
|
||||
]
|
||||
default_template_name = "publish"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue