mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use correct constant name 'NODE_TAB_NAME'
This commit is contained in:
parent
c69955c7b5
commit
52f4af6741
1 changed files with 1 additions and 1 deletions
|
|
@ -921,7 +921,7 @@ def writes_version_sync():
|
|||
|
||||
for each in nuke.allNodes(filter="Write"):
|
||||
# check if the node is avalon tracked
|
||||
if _NODE_TAB_NAME not in each.knobs():
|
||||
if NODE_TAB_NAME not in each.knobs():
|
||||
continue
|
||||
|
||||
avalon_knob_data = read_avalon_data(each)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue