
In the original gimp-2-10 branch where this feature was originally worked on, we had to keep gimp_checks_get_shades(). But on `master` where we will reset and break API, let's get rid of this function which should not be used anymore.
Here you'll find documentation useful for porting older GIMP plug-ins, especially Python ones, to the GIMP 3.0 APIs.
Files:
-
classes.md: A list of some of the important classes and modules in GIMP 3.0.
-
pdb-calls.md: An incomplete list of old PDB functions and their equivalents, using Python classes.
-
removed_functions.md: Functions that have been removed from GIMP, and their replacements.