Add comment

This commit is contained in:
Roy Nieterau 2022-04-02 11:34:52 +02:00
parent 6733df77f1
commit c95c9f92b9

View file

@ -577,6 +577,8 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
transfers = [(src, dst)]
for key in self.db_representation_context_keys:
# Also add these values to the context even if not used by the
# destination template
value = template_data.get(key)
if not value:
continue