You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
g = nuke.createNode('Grade')
k = nuke.String_Knob('one')
l = nuke.String_Knob('two')
m = nuke.String_Knob('three')
g.addKnob(k)
g.addKnob(l)
g.addKnob(m)
knobwrangler.insert(m, g, 'one')
You get a RuntimeError, and depending on the state of your insert point, knob names/labels are changed or knobs are lost and not recovered. Shouldn't fail this badly on an invalid change.
The text was updated successfully, but these errors were encountered:
You get a RuntimeError, and depending on the state of your insert point, knob names/labels are changed or knobs are lost and not recovered. Shouldn't fail this badly on an invalid change.
The text was updated successfully, but these errors were encountered: