[Gimp-user] Editing gimpfu.py

2017-06-24 Thread PyFu_NOOB
>If you write a plug-in for the "Load" menu for instance it requires >two PF_STRINGs as input parameters 1 and 2 and a PF_IMAGE as output >parameter 1. -- PyFu_NOOB (via www.gimpusers.com/forums) ___ gimp-user-list mailing list List address:gimp-us

[Gimp-user] Editing gimpfu.py

2017-06-24 Thread PyFu_NOOB
>Describe the goal, not a step. > >There is a reason for what you want to do, please tell us. > >Tell us about the reasoning that led you to modify this file, and >describe what you want to achieve. I am only adding print statements to gimpfu.py so I can see what's going on. As for _query() I dis

Re: [Gimp-user] Editing gimpfu.py

2017-06-22 Thread Michael Schumacher
On 06/21/2017 12:38 PM, PyFu_NOOB wrote: > Using GIMP 2.8.10 on Windows, Python 2.7.1. > > Making changes to function _query() seems to have no effect. Changes to other > functions in the module do take effect. > > Is _query() called at all? > > Also where is _run(proc_name, params) called from

[Gimp-user] Editing gimpfu.py

2017-06-22 Thread PyFu_NOOB
Using GIMP 2.8.10 on Windows, Python 2.7.1. Making changes to function _query() seems to have no effect. Changes to other functions in the module do take effect. Is _query() called at all? Also where is _run(proc_name, params) called from? I wish to know where the params argument is created. --