mark openpype keys

This commit is contained in:
Jakub Trllo 2024-07-19 12:51:22 +02:00
parent 39cc1f2877
commit facf2425ec

View file

@ -116,18 +116,19 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
# the database even if not used by the destination template
db_representation_context_keys = [
"project",
"asset",
"hierarchy",
"folder",
"task",
"product",
"subset",
"family",
"version",
"representation",
"username",
"user",
"output"
"output",
# OpenPype keys - should be removed
"asset", # folder[name]
"subset", # product[name]
"family", # product[type]
]
def process(self, instance):