mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Merged in feature/PYPE-480-default-nuke-script-workfile-pu (pull request #265)
feat(nk): default publish knob to True Approved-by: Milan Kolar <milan@orbi.tools>
This commit is contained in:
commit
893fdc1ead
1 changed files with 1 additions and 1 deletions
|
|
@ -550,7 +550,7 @@ def reset_frame_range_handles():
|
|||
node['frame_range_lock'].setValue(True)
|
||||
|
||||
# adding handle_start/end to root avalon knob
|
||||
if not avalon.nuke.set_avalon_knob_data(root, {
|
||||
if not avalon.nuke.imprint(root, {
|
||||
"handleStart": int(handle_start),
|
||||
"handleEnd": int(handle_end)
|
||||
}):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue