if you added the panel like this:
def addSRPanel():
global srPanel
srPanel = OhuPanels.SearchReplacePanel()
return srPanel.addToPane()
paneMenu.addCommand( 'SearchReplace', addSRPanel )
nukescripts.registerPanel('com.ohufx.SearchReplace', addSRPanel)
you can set/get values like this:
srPanel.searchStr.setValue('test')
srPanel.searchStr.value()
On 04/07/13 23:09, Vincent Langer wrote:
hi there,
I would like to get and set values from a panel like the
"SearchReplace"-Panel
is this somehow possible? how can I access the values?
cheers,
Vincent
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python