mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
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:
parent
406bc798c4
commit
37591de291
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class FusionWorkfileCreator(AutoCreator):
|
|||
|
||||
create_allow_context_change = False
|
||||
|
||||
data_key = "openpype.workfile"
|
||||
data_key = "openpype_workfile"
|
||||
|
||||
def collect_instances(self):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue