mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Clarify log message which of the values is AOV format and which is global
This commit is contained in:
parent
4d84a06bd3
commit
fea33ee496
1 changed files with 4 additions and 4 deletions
|
|
@ -199,10 +199,10 @@ class ValidateRenderSettings(pyblish.api.InstancePlugin):
|
|||
|
||||
elif default_ext != aov_ext:
|
||||
labels = get_redshift_image_format_labels()
|
||||
cls.log.error(("AOV file format is not the same "
|
||||
"as the one set globally "
|
||||
"{} != {}").format(labels[default_ext],
|
||||
labels[aov_ext]))
|
||||
cls.log.error(
|
||||
"AOV file format {} does not match global file format "
|
||||
"{}".format(labels[default_ext], labels[aov_ext])
|
||||
)
|
||||
invalid = True
|
||||
|
||||
if renderer == "renderman":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue