Re: [Gimp-developer] Gimp-developer Digest, Vol 66, Issue 3

2008-03-02 Thread Luis A. Florit

   Sorry, I thought I was clear enough (did I specify the solution??)
   What I want to do is what is pretty standard in these cases:

 You were certainly clear enough,

I thought I was...

 but there is no way to do that using script-fu. If you need fine
 control of the interface, you'll have to use a more powerful
 language.

Ok, this is what I suspected. Someone here told me some time
ago to try python-fu, but my script is almost done since long
time ago, and I am not sure if python-fu would do it.
Of course C would...

Thanks Bill!

L.


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Gimp-developer Digest, Vol 66, Issue 3

2008-03-02 Thread Joao S. O. Bueno
On Sunday 02 March 2008, Luis A. Florit wrote:
 Ok, this is what I suspected. Someone here told me some time
 ago to try python-fu, but my script is almost done since long
 time ago, and I am not sure if python-fu would do it.
 Of course C would...

     Thanks Bill!


Python-fu is capable of everything script-fu is, an dmost of what C 
is, as well.

Translating a script-fu to a python-fu is mostly a matter of 
re-arranging (and dropping) parenthesis :-)

js
--
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer