Nuke: reset tab to first native tab

This commit is contained in:
Jakub Jezek 2022-11-18 21:19:23 +01:00
parent a9a5f7144b
commit 8d1e720a88
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -364,6 +364,9 @@ def containerise(node,
set_avalon_knob_data(node, data)
# set tab to first native
node.setTab(0)
return node