(02-28-2024, 05:29 PM)gimpygirl Wrote: Hi
What exactly can the python console do in gimp and for what do you use it?
Is there any docs?
A small example of its usage would be great!
Your big friend is the "Browse..." button. let's you search the API (PDB). Methods/attributes shown above are mostly shorthand to PDB entries so if you can't guess how they work, search for something like-named in the PDB. In the Browser, when you hit Apply, a sample call is pushed in the console input, so the code is almost written for you.
See also: Debugging python-fu scripts in Windows