Hi,
I would like to add a QWidget (QTableWidget) on a custom node tab.
I used a PyCustom_knob.
k = nuke.PyCustom_Knob( name, '', 'myWidget.widgetKnob()' )
It works. But, when I save and reload my scene, the widget does not exist any
more.
widget = node['datas'].getObject()
'Knob' object has no attribute 'getObject'
And I can't create it a second time.
node['datas'].setCommand('myWidget.widgetKnob()')
'Knob' object has no attribute 'setCommand'.
Does anyone have an idea ?
Thanks,
louise
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python