mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
nuke: fixing missing instance data
This commit is contained in:
parent
1c853b23e7
commit
e185ba57cd
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class WorkfileCreator(AutoCreator):
|
|||
})
|
||||
instance_data.update(self.get_dynamic_data(
|
||||
self.default_variant, task_name, asset_doc,
|
||||
project_name, host_name
|
||||
project_name, host_name, instance_data
|
||||
))
|
||||
|
||||
instance = CreatedInstance(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue