If you are using 6.3, there is a method called nuke.getPaneFor(panelName),
so you would do:
your_panel=getPaneFor( 'uk.co.thefoundry.
NukeTestWindow')
lineEditValue=your_panel.myLineEdit.text()

...or something along those lines. If you are on 6.2 then then only way
available that I know is to store the panel in a global variable and then
reference the panel from it.
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to