mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Style fix
This commit is contained in:
parent
18435fa706
commit
3728ce0a58
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class ValidateLookContents(pyblish.api.InstancePlugin):
|
|||
def validate_renderer(cls, instance):
|
||||
|
||||
renderer = cmds.getAttr(
|
||||
'defaultRenderGlobals.currentRenderer').lower()
|
||||
'defaultRenderGlobals.currentRenderer').lower()
|
||||
do_maketx = instance.data.get("maketx", False)
|
||||
do_rstex = instance.data.get("rstex", False)
|
||||
processors = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue