Re: NLS-Problems passing GIMP_PDB_FLOAT PDB parameters

2001-02-12 Thread Sven Neumann
code should look like this: gtk_set_locale(); setlocale (LC_NUMERIC, "C"); Actually I would suggest you copy code from libgimp/gimpintl.h and adapt it your needs. > Should I report this as Bug of the GIMP PDB-Interface ? No, it's a bug in your code. Salut, Sven

Re: NLS-Problems passing GIMP_PDB_FLOAT PDB parameters

2001-02-12 Thread Nick Lamb
On Mon, Feb 12, 2001 at 07:21:07AM +0100, wolfgang hofer wrote: > I guess that NLS specific print representation of float numbers > can cause those troubles in the PDB Interface. Yes, if you used the Gimp's API as described you would not have had this problem. It deliberately di

NLS-Problems passing GIMP_PDB_FLOAT PDB parameters

2001-02-11 Thread wolfgang hofer
NLS specific print representation of float numbers can cause those troubles in the PDB Interface. US Decimalpoint 100.0 German Decimalkomma 100,0 Maybe this hint could be useful for other (PlugIn)Developers too. Should I report this as Bug of the GIMP PDB-Interface ? Yours Wolfgang H

Asyncron PDB->PDB calls (2) ?

2000-11-21 Thread wolfgang hofer
Hi, Is there a possibility for a PlugIn to run other PlugIns asyncron? 2 of my Plugins (the GAP Video/Navigator and the Animated Preview in GAP Video/Move Path) are currently calling the PlugIn animationplay return_vals = gimp_run_procedure ("plug_in_animationplay", &nret

Re: Asyncron PDB->PDB calls ?

2000-11-17 Thread Marc Lehmann
s that could be done now to enable this fucntionality). > If there is no way to do asyncron calls now > we should think about to add them, The PDB has a lot of other problems that should be addressed in one batch (like the many ugly ALT functions) and not before 1.2, of course ;) > Bu

Asyncron PDB->PDB calls ?

2000-11-16 Thread wolfgang hofer
Hi, Is there a possibility for a PlugIn to run other PlugIns asyncron? 2 of my Plugins (the GAP Video/Navigator and the Animated Preview in GAP Video/Move Path) are currently calling the PlugIn animationplay return_vals = gimp_run_procedure ("plug_in_animationplay", &nret

PDB

2000-07-17 Thread Fethi BELGHAOUTI
hi to all, how can i do to know of which package depond my procedure (or all of the PDB) ? i ask this question, because when i execute some script in two differents PCs i have some errors in one of this PCs. And i think that's because there is not the same PDB ! am i right ? thank you.

exemple of the PDB

2000-07-17 Thread Fethi BELGHAOUTI
hi to all, can you tell me where can i find, exemple of the most procedures of Perl-Gimp ? Thank's to all. Fethin simply. ___ Do You Yahoo!? Achetez, vendez! À votre prix! Sur http://encheres.yahoo.fr

Re: Rotation command in PDB

2000-04-24 Thread Sven Neumann
Hi, > OK, here's my first cut at a PDB general 2d transform. It provides > rotation, scaling (with separate x and y factors), and translation. > General enough to be useful, but still easier to use than a full > perspective operation. > > Sorry, not in patch for

Re: Rotation command in PDB

2000-04-24 Thread David Hodson
OK, here's my first cut at a PDB general 2d transform. It provides rotation, scaling (with separate x and y factors), and translation. General enough to be useful, but still easier to use than a full perspective operation. Sorry, not in patch format; but it all goes in tool_cmds.c, declar

Re: Rotation command in PDB

2000-04-22 Thread Steinar H. Gunderson
On Sun, Apr 23, 2000 at 12:57:57PM +1000, David Hodson wrote: >Instead of just augmenting rotation, why not >provide a 2D transform, with rotate, scale, and shift in a single op? Hmmm... That wouldn't be too stupid... Isn't this where all the nice matrix multiplication maths comes in and helps us

Re: Rotation command in PDB

2000-04-22 Thread David Hodson
e and use it in all the scripts I'm > writing. Currently, the PDB provides either basic rotate, scale, or shear, or a full-blown perspective. Instead of just augmenting rotation, why not provide a 2D transform, with rotate, scale, and shift in a single op? Although it's a little

Rotation command in PDB

2000-04-11 Thread Michael Lee
ols_procs (void) { ... procedural_db_register (&rotate_around_point_proc); ... } /* --Added new invoker --It just gets its center point from the arguments and sets --the return arguments to reference the correct PDB proc */ static Argument * rotate_around_point_invoker (Argument

Re: Startup - duplicate PDB messages? - 1.1.15

2000-01-16 Thread Glenn PM
Hi, "Garry R. Osgood" wrote: > > Marc Lehmann wrote: > > > I still think this is the only way you could get these messages. Maybe "make > > uninstall" did not work for some reason? The mos tprobable fix, then, is to > > > > rm `gimptool --prefix`/lib/gimp/1.1/plug-ins/*.pl This did the trick.

[Fwd: Re: Startup - duplicate PDB messages? - 1.1.15]

2000-01-16 Thread Garry R. Osgood
Marc Lehmann wrote: > On Sat, Jan 15, 2000 at 06:21:35PM -0500, Glenn PM <[EMAIL PROTECTED]> wrote: > > > Did you remove your old gimp installation? The error messages below > > > are probably caused by left-over plug-ins in your $PREFIX/lib/plug-ins > > > > Yes I did. > > I still think this is t

Re: Startup - duplicate PDB messages? - 1.1.15

2000-01-16 Thread Marc Lehmann
s since the 1.1.15 version was referring > to the last build I made which was 1.1.12 Not good... do you have a message or something? > strange that I'm getting these PDB messages now. Since nothing appears > wrong, I'll just ignore them. Most probably nothing is