flame: fix task name on write file node

This commit is contained in:
Jakub Jezek 2022-03-24 12:56:36 +01:00
parent a87f778f1e
commit c26ff2ab54
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -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))