mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix: refactor forgotten _override
This commit is contained in:
parent
6e52bd77c2
commit
57a878cf6a
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ def get_attr_overrides(node_attr, layer,
|
|||
# fails on some attribute plugs. For example overrides
|
||||
# to the defaultRenderGlobals.endFrame
|
||||
# (Tested in Maya 2020.2)
|
||||
log.debug("Workaround for %s" % _override)
|
||||
log.debug("Workaround for %s" % override)
|
||||
from maya.app.renderSetup.common.utils import findPlug
|
||||
|
||||
attr = override.attributeName()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue