mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound
This commit is contained in:
parent
be7c5a99dc
commit
1ad7c1bca8
1 changed files with 3 additions and 2 deletions
|
|
@ -22,8 +22,9 @@ class ValidateArnoldVerbosityLevel(pyblish.api.InstancePlugin,
|
|||
if not self.is_active(instance.data):
|
||||
return
|
||||
if instance.data["renderer"] != "arnold":
|
||||
self.log.debug("The renderer for deadline submission is not Arnold."
|
||||
" Skipping Validate Arnold Verbosity Level.")
|
||||
self.log.debug(
|
||||
"The renderer for deadline submission is not Arnold.\n\n"
|
||||
" Skipping Validate Arnold Verbosity Level.")
|
||||
return
|
||||
current_verbosity_level = cmds.getAttr(
|
||||
"defaultArnoldRenderOptions.log_verbosity")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue