mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
pass anatomy to 'get_workdir' in flame integrator
This commit is contained in:
parent
37a02fe8e1
commit
afd26a82e3
1 changed files with 2 additions and 1 deletions
|
|
@ -323,8 +323,9 @@ class IntegrateBatchGroup(pyblish.api.InstancePlugin):
|
|||
def _get_shot_task_dir_path(self, instance, task_data):
|
||||
project_doc = instance.data["projectEntity"]
|
||||
asset_entity = instance.data["assetEntity"]
|
||||
anatomy = instance.context.data["anatomy"]
|
||||
|
||||
workdir = get_workdir(
|
||||
project_doc, asset_entity, task_data["name"], "flame"
|
||||
project_doc, asset_entity, task_data["name"], "flame", anatomy
|
||||
)
|
||||
return os.path.normpath(workdir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue