03-28-2018, 12:39 PM
(03-28-2018, 06:13 AM)Ofnuts Wrote: That's pdb.gimp_edit_clear(layer). In the python console, hit Browse and you have all the doc (granted, that one is well hidden). To make a script that runs on many files, see this (I am the author of the answer, so you can ask here on G-F.n if you have any questions).
PERFECT!!!! Exactly what I needed. I threw in pdb.python_fu_heal_selection() and successfully completed what I needed to do
Thank you so much!