Re: [Nuke-python] Filling out a PythonPanel from a different script

2013-11-07 Thread Nathan Rusch
Sent: Thursday, November 07, 2013 3:08 PM To: Nuke Python discussion Subject: Re: [Nuke-python] Filling out a PythonPanel from a different script So if I understand your situation correctly, you’re calling a function in another module (which you don’t want to modify), and that function is

Re: [Nuke-python] Filling out a PythonPanel from a different script

2013-11-07 Thread Nathan Rusch
with your subclass. -Nathan From: Dennis Serras Sent: Thursday, November 07, 2013 2:32 PM To: Nuke Python discussion Subject: RE: [Nuke-python] Filling out a PythonPanel from a different script Hm this method may not work… Nuke hangs while the original panel is open, so I can’t get my

RE: [Nuke-python] Filling out a PythonPanel from a different script

2013-11-07 Thread Dennis Serras
-boun...@support.thefoundry.co.uk] On Behalf Of Jordan O Sent: Thursday, November 07, 2013 1:50 PM To: Nuke Python discussion Subject: Re: [Nuke-python] Filling out a PythonPanel from a different script do you have still have access to the panel object? I'm still not sure I understand you fully, but this is

Re: [Nuke-python] Filling out a PythonPanel from a different script

2013-11-07 Thread Jordan O
* > > @ stereoD > > > > *From:* nuke-python-boun...@support.thefoundry.co.uk [mailto: > nuke-python-boun...@support.thefoundry.co.uk] *On Behalf Of *Jordan O > *Sent:* Thursday, November 07, 2013 1:29 PM > *To:* Nuke Python discussion > *Subject:* Re: [Nuke-python] Fill

RE: [Nuke-python] Filling out a PythonPanel from a different script

2013-11-07 Thread Dennis Serras
avoid. den serras @ stereoD From: nuke-python-boun...@support.thefoundry.co.uk [mailto:nuke-python-boun...@support.thefoundry.co.uk] On Behalf Of Jordan O Sent: Thursday, November 07, 2013 1:29 PM To: Nuke Python discussion Subject: Re: [Nuke-python] Filling out a PythonPanel from a diff

Re: [Nuke-python] Filling out a PythonPanel from a different script

2013-11-07 Thread Jordan O
Ok, so simple enough, you're making a python panel, adding knobs. I'm still not sure what you mean by "fill it out" or what it is you'd like to do with this panel? cheers, Jordan On Fri, Nov 8, 2013 at 10:19 AM, Dennis Serras wrote: > Dangit, I knew I’d forget to change the header (for an emai

RE: [Nuke-python] Filling out a PythonPanel from a different script

2013-11-07 Thread Dennis Serras
Dangit, I knew I'd forget to change the header (for an email I started a week ago but never needed to send). The PythonPanel comes from a class call with an __init__ that launches the panel: def __init__(self, job, shot): nukescripts.PythonPanel.__init__(self, 'Render Submission')