Two questions... I am working on a script that can run for a very long time. I see in the pdb that there is a cancel callback. Can anyone provide examples of...
... Not really. There have been worse ones than that. The message, and the reply to it, have been deleted from the archives and the original spammer was banned...
... I know, and I am deeply sorry if I helped any spammer out there. I simply considered the spam message so stupid I could not help myself... Won't happen...
... I don't know to which PDB function you are referring. ... If you are talking about automatic changes in the range of sliders, or choices in drop down...
Thanks Kevin. pdb is the procedure data base. The list of functions that you can see by going to Xtns->Procedure Browser. Too bad on the parameter thing. How...
... I know what the PDB is as I use it frequently. You did not answer my question about which function you were referring to. The only "cancel" entry I see in ...
That is the one. I was hoping gimp-progress-cancel (as the description implies) would let be provide a scheme function that would be executed via callback when...
It looks like (rand x) where x<1.0 will throw a modulo divide by zero error. Is this a known issue? Is there a real rand functions (i.e. 0.0-1.0) -Rob A>...
It appears that gimp-paintbrush-default does not respect the current brush scaling parameter in the paintbrush tool dialog. Is there a way to access that...
... There is a SRFI about random number generators, http://srfi.schemers.org/srfi-27/srfi-27.html ... if you want a 0.0 to 1.0 range, then something like (/...
... The rand and random functions only return exact (integer) values. (rand . modulus) Computes a random number from 0 to modulus-1. If modulus is not...
Hello! I use GIMP for digi scrapping and designing my own kits. I am just learning about designing my own kits and belong to an aspiring designers group. I...
Is there an equivalent to the "Selection to Path" menu item available in a script-fu? I can only find the other way (gimp-vectors-to-selection) Thanks, -Rob A>...
... Gah! Sorry Rob. I think I am just tired. but I found the "real thing" - I hope it still works, as it looks it has ot been updated with the vectors...
I need help (which is no surprise to anyone who knows me ;)). I'm new to Script-Fu, and I want to use (gimp-vectors-stroke-new-from-points) to draw a five...
Hia Dalton! 1) Set the control points the same as the anchor points for straight segments, 2) They aren't schemem pairs, it is a just a big list. So for a...
On Friday, September 05, 2008 9:05 AM, "Rob Antonishen" <rob.antonishen@...> wrote ... It turns out this is an "array" data type, which is functionally...
Glad something helped :) I thought your first question was whether it was an array of x/y lists or an array of values. Either way, glad you worked it out. Rob...
On Saturday, September 06, 2008 10:34 AM, "Rob Antonishen" <rob.antonishen@...> wrote; ... Well, I'm awake again, and ready for more lessons at the feet...
... The above change is required but that isn't the cause of "unbound variable". Omitting the value for a variable will give you a "bad syntax of binding" ...
... In order for the above to work you must have at least one open image before running the script. ... The "define" function is used to define something (ie....
http://nerds-central.blogspot.com/2007/02/writing-new-and-exciting-filters-for.html This guy Alex Turner has made an interesting tutorial on creating an .scm...