Re: [Gimp-developer] python-fu Referesh Scripts

2004-11-30 Thread Sven Neumann
Hi,

Joseph Heled [EMAIL PROTECTED] writes:

 Perhaps a silly question, but is there a Refresh Scripts for python-fu?

It isn't needed. If you change your python script, GIMP will use the
updated version next time you start it. Script-Fu needs a special
function for this since the interpreter keeps running and needs to be
told to reload the scripts. That's not the case with python-fu.


Sven
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] python-fu Referesh Scripts

2004-11-30 Thread Sven Neumann
Hi,

Sven Neumann [EMAIL PROTECTED] writes:

 It isn't needed. If you change your python script, GIMP will use the
 updated version next time you start it.

Next time you call the script, of course. This could have been
misinterpreted as next time you start GIMP.


Sven
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] python-fu Referesh Scripts

2004-11-30 Thread David Neary
Hi,

Sven Neumann wrote:
 Sven Neumann [EMAIL PROTECTED] writes:
  It isn't needed. If you change your python script, GIMP will use the
  updated version next time you start it.
 
 Next time you call the script, of course. This could have been
 misinterpreted as next time you start GIMP.

That said, all the scripts are read and installed at start-up, so
if you add a new script, you will need to restart the GIMP (same
as if you add a new plug-in).

Cheers,
Dave.

-- 
David Neary,
Lyon, France
   E-Mail: [EMAIL PROTECTED]
CV: http://dneary.free.fr/CV/
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer