fix(nuke): new way of imprinting data

This commit is contained in:
Jakub Jezek 2020-01-31 14:43:02 +01:00
parent 049ee6a51b
commit 35a7040930
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -374,7 +374,7 @@ def create_write_node(name, data, input=None, prenodes=None):
now_node.setInput(0, prev_node)
# imprinting group node
GN = avalon.nuke.imprint(GN, data["avalon"])
avalon.nuke.imprint(GN, data["avalon"], tab="Pype")
divider = nuke.Text_Knob('')
GN.addKnob(divider)