mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Update to latest avalon core
This commit is contained in:
parent
9b0d91585a
commit
98bed9f5c6
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class GenericCreateSaver(Creator):
|
||||||
if (
|
if (
|
||||||
original_product_name != product_name
|
original_product_name != product_name
|
||||||
or tool.GetData("openpype.task") != data["task"]
|
or tool.GetData("openpype.task") != data["task"]
|
||||||
or tool.GetData("openpype.asset") != data["asset"]
|
or tool.GetData("openpype.folderPath") != data["folderPath"]
|
||||||
or original_format != data["creator_attributes"]["image_format"]
|
or original_format != data["creator_attributes"]["image_format"]
|
||||||
):
|
):
|
||||||
self._configure_saver_tool(data, tool, product_name)
|
self._configure_saver_tool(data, tool, product_name)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue