Change workfile Creator data key so it doesn't interfere with global comp context data in any way

(Fusion allows to access nested dicts (lua tables) using the dot notation)
This commit is contained in:
Roy Nieterau 2023-03-05 10:40:56 +01:00
parent 406bc798c4
commit 37591de291

View file

@ -33,7 +33,7 @@ class FusionWorkfileCreator(AutoCreator):
create_allow_context_change = False
data_key = "openpype.workfile"
data_key = "openpype_workfile"
def collect_instances(self):