mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
flame: fix task name on write file node
This commit is contained in:
parent
a87f778f1e
commit
c26ff2ab54
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ class IntegrateBatchGroup(pyblish.api.InstancePlugin):
|
|||
|
||||
def _get_write_prefs(self, instance, task_data):
|
||||
anatomy_data = instance.data["anatomyData"]
|
||||
# update task data in anatomy data
|
||||
anatomy_data.update(task_data)
|
||||
|
||||
task_workfile_path = self._get_shot_task_dir_path(instance, task_data)
|
||||
self.log.debug("__ task_workfile_path: {}".format(task_workfile_path))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue