Re: [Gimp-developer] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Liam R E Quin
On Tue, 2011-02-22 at 23:22 -0500, Kevin Cozens wrote: > Liam R E Quin wrote: > > What would it take to provide this as an online service, for people with > > existing scripts? > > It wouldn't take much to put it online. [...] > > It won't be able to update for all scripts Hmm, maybe we should

Re: [Gimp-developer] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Kevin Cozens
Liam R E Quin wrote: > What would it take to provide this as an online service, for people with > existing scripts? It wouldn't take much to put it online. A webpage where the original script can be pasted and a webserver that can run Perl scripts. It won't be able to update for all scripts as t

Re: [Gimp-developer] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Carol Spears
On Tue, Feb 22, 2011 at 04:50:14PM -0500, Kevin Cozens wrote: > Nelson A. de Oliveira wrote: > > While running the camouflage pattern plugin I saw an error: > > I usually do much of the work to update Script-Fu scripts to the latest API > as I have a Perl based script that automates the update pr

Re: [Gimp-developer] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Liam R E Quin
On Tue, 2011-02-22 at 16:50 -0500, Kevin Cozens wrote: > Until now, updating the scripts can usually be done in about 15 minutes > starting from the running of GIMP to get a current dump of the PDB (if there > are no other unusual changes). What would it take to provide this as an online servic

Re: [Gimp-developer] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Kevin Cozens
Nelson A. de Oliveira wrote: > While running the camouflage pattern plugin I saw an error: Thank you Nelson (and Carol) for the reports and patches regarding Script-Fu scripts. The GIMP API has been undergoing some big changes in this development cycle and the Script-Fu scripts have not fully ca

Re: [Gimp-developer] [PATCH] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Nelson A. de Oliveira
Hi! On Tue, Feb 22, 2011 at 12:25 PM, Carol Spears wrote: > circuit.scm was repaired very recently (38 hours ago) in GIMP's git tree: > http://git.gnome.org/browse/gimp/commit/?id=b19645db4954a8fc8db83817dc7cd2e45e840efb > along with a few others. I saw it! :-) My patch only replaces the deprec

Re: [Gimp-developer] [PATCH] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Carol Spears
On Tue, Feb 22, 2011 at 11:47:58AM +, Nelson A. de Oliveira wrote: > Hi! > > While running the camouflage pattern plugin I saw an error: > > = > Error while executing script-fu-camo-pattern: > Error: ( : 1) Invalid number of arguments for gimp-image-insert-layer > (expected 4 but received

[Gimp-developer] [PATCH] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Nelson A. de Oliveira
Hi! While running the camouflage pattern plugin I saw an error: = Error while executing script-fu-camo-pattern: Error: ( : 1) Invalid number of arguments for gimp-image-insert-layer (expected 4 but received 3) = The attached patch fix this (and also fix the usage of some deprecated proce