mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
renamed repre_context_stable_keys to db_representation_context_keys
This commit is contained in:
parent
fd42c048b3
commit
75b6cdd148
1 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
"assembly"
|
||||
]
|
||||
exclude_families = ["clip"]
|
||||
repre_context_stable_keys = [
|
||||
db_representation_context_keys = [
|
||||
"project", "asset", "task", "subset", "version", "representation",
|
||||
"family", "hierarchy", "task", "username"
|
||||
]
|
||||
|
|
@ -413,7 +413,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
repre['published_path'] = self.unc_convert(dst)
|
||||
self.log.debug("__ dst: {}".format(dst))
|
||||
|
||||
for key in self.repre_context_stable_keys:
|
||||
for key in self.db_representation_context_keys:
|
||||
value = template_data.get(key)
|
||||
if not value:
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue