mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Nuke: fixing proxy mode validator
This commit is contained in:
parent
1686eaeada
commit
e71653fb16
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class ValidateProxyMode(pyblish.api.ContextPlugin):
|
|||
rootNode = nuke.root()
|
||||
isProxy = rootNode["proxy"].value()
|
||||
|
||||
if not isProxy:
|
||||
if isProxy:
|
||||
raise PublishXmlValidationError(
|
||||
self, "Proxy mode should be toggled OFF"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue