mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Do not secretly pop data that OP generates by default
This commit is contained in:
parent
b513bb437d
commit
99637875ef
1 changed files with 0 additions and 6 deletions
|
|
@ -117,10 +117,4 @@ class FusionWorkfileCreator(AutoCreator):
|
|||
return qtawesome.icon("fa.file-o", color="white")
|
||||
|
||||
def _imprint(self, comp, data):
|
||||
|
||||
# TODO: Should this keys persist or not? I'd prefer not
|
||||
# Do not persist the current context for the Workfile
|
||||
for key in ["variant", "subset", "asset", "task"]:
|
||||
data.pop(key, None)
|
||||
|
||||
comp.SetData(self.data_key, data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue