mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Strict Error Checking Default
Provide default of strict error checking for instances created prior to PR.
This commit is contained in:
parent
02cbed6b33
commit
75637cc1a4
1 changed files with 2 additions and 1 deletions
|
|
@ -320,7 +320,8 @@ class CollectMayaRender(pyblish.api.ContextPlugin):
|
|||
"renderSetupIncludeLights"
|
||||
),
|
||||
"strict_error_checking": render_instance.data.get(
|
||||
"strict_error_checking")
|
||||
"strict_error_checking", False
|
||||
)
|
||||
}
|
||||
|
||||
# Collect Deadline url if Deadline module is enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue