QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

What is Script-Fu?

GIMP - Documentation
Script-Fu is the first GIMP scripting extension. Extensions are separate processes that communicate with the GIMP in the same way that plug-ins do. The distinction is that extensions don't require an active image to operate on, instead extending GIMP's functionality. GIMP internals for version 1.0 have been completely overhauled from version 0.54. In particular, the plug-in API has been made far more general with the advent of the procedural database (PDB).

How do I call one script-fu script from another?

GIMP - Documentation
The trick to calling script-fu-scripts from another script is to just reference the main define for the script and not to try to use the pdb call. All the scripts in script-fu share a common name space; you call other scripts just like a regular function / define / whatever you call those those things in_scheme.

Where can I learn about Script-Fu?

GIMP - Documentation
with plug-ins, web pages, COBOL, or anything else, one of the best things you can do is look at other peoples' code, and play with it. But it helps a lot if you know Scheme. S&P's Script-Fu pages at http://www.xcf.berkeley.edu/~gimp/script-fu/script-fu.html = Mike Terry's Black Belt School of Script-Fu at http://manual.gimp.org/manual/GUM/write_scriptfu3.html

How do I call a plug-in from script-fu?

GIMP - Documentation
The following examples assume the plug-in name is "plug_in_randomize_hurl", and the plug-in has four parameters specific to it, the first two of which are floats, and the next two ints. The first parameter should always be a "1". The next two are the image number and drawable. Anything following these numbers will be plug-in parameters, which depend on the plug-in. Inside an actual script, call a plug-in like this: (define (script-fu-fred img drawable) (plug-in-randomize-hurl 1 img drawable 100.

How do I execute script-fu from batch mode?

GIMP - Documentation
Invoke the script as non-interactive and add a pair of escaped quotes around each string just like you do in (script-fu-register). You DO NOT need to replace '-' with '_' in any names or registrations.

What does ''procedural-database-error'' in script-fu mean?

GIMP User FAQ
Normally it means that the script is trying to use a particular font that isn't available on your system - it's either not installed or not in your X server's FONTPATH. The base script-fu package makes extensive use of the freefont package, and at least one font (AlfredDrake) from the sharefont package.

What is Net-Fu? Where is it?

GIMP - Documentation
Net-fu is a web-based interface to a script-fu server. The work is done at a remote site. To see Net-fu, point your web browser at ftp://ftp.gimp.org/ or one of the miiror sites, and then go to "gimp/net-fu/". Any web browser can read net-fu pages; the browser must be Java-enabled to actually run Script-fu. Fonts

What is Java-Script?

Forum FAQ - GameDev.Net Discussion Forums
Java-Script is a client-side scripting language that can be embedded within a web page. Java-script is used to create dynamic web pages or to provide functions to the web browser that don't normally exist.

Do You Shaq Fu?

Beast Machines: The Lost Episodes
Some people don't get my jokes. This is because I have a habit of referencing miscellania traced back to a single line said by a character, or an actor's history, or plain stupid stuff that I see everyday. Some of these answers were provided by me (TRH), and some by The Orange. Orange only answered questions about Episode 5, Episode 10/13, One of the Episode 9's (I forget), and Mr. Ngo. Maybe he's answered more... but I really don't care. Venus Terzo has performed many characters over the years.

What is Kung Fu?

Chinese Boxing FAQ
Kung Fu is a general term for Chinese martial arts. We translate it as 'skill obtained through hard work, or time well spent.'

Back to top Can a script call another script?

Hurricane for AutoCAD - FAQ
However, the way around this limitation is to write small scripts, and use the Hurricane "Append" mode to tie them all together.

Who this the Master of the FAQ-Fu?

and some things about Defcon
The event itself starts on Friday, July 30th and runs till Sunday, August 1st. Things do go on before Defcon starts, but they are not official events, and unless you are cool, people won't want you to be there. If you get in on Tuesday, July 27th you will probably start seeing groups of defconities around the pool (specifically pool #2). Another reason the dates are longer, is because people going to Black and Defcon can stay at the Alexis Park.

What style of Kung-fu do you teach?

Frequently Asked Questions
We teach Shaolin Kung-fu 5 animals system (dragon, snake, leopard, tiger, and crane). Praying mantis system and monkey system are also trained along with the 5 animal system. Our kung-fu system's fighting and training techniques goes through whole spectrum of training from empty hand, striking and kicking, to weapons, chin-na (seize and control) joint locking, grappling, throwing arts, and pressure point fighting.
More Questions >>

© Copyright 2007-2013 QueryCAT
About • Webmasters • Contact