mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
update render version synchronize
This commit is contained in:
parent
a1b58e2a63
commit
f445864e01
7 changed files with 64 additions and 12 deletions
|
|
@ -36,7 +36,8 @@ def writes_version_sync():
|
|||
for each in nuke.allNodes():
|
||||
if each.Class() == 'Write':
|
||||
avalon_knob_data = get_avalon_knob_data(each)
|
||||
if not avalon_knob_data:
|
||||
if avalon_knob_data['families'] not in ["render"]:
|
||||
log.info(avalon_knob_data['families'])
|
||||
continue
|
||||
try:
|
||||
node_file = each['file'].value()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue