07-29-2017, 06:46 PM
GIMP VER: 2.9.5 CCE
oP sys w10 64
When I run plugin-heal-selection.py, I get this:
GIMP-CCE Message
WARNING: Plug-In "plugin-heal-selection.py"
(C:\Users\Rich\AppData\Roaming\GIMP\2.9\plug-ins\plugin-heal-selection.py)
called deprecated procedure 'gimp-selection-combine'.
It should call 'gimp-image-select-item' instead!
This, I think, is the offending line: pdb.gimp_selection_combine(orgSelection, CHANNEL_OP_SUBTRACT)
It works, however, the above message box appears and the selection 'ants' remain (no big deal) in the image.
I've tried editing the script with the indicated fix but it fails when run. I am a complete novice with python. So if someone here can fix and update it you could be a hero.
Any ideas?
oP sys w10 64
When I run plugin-heal-selection.py, I get this:
GIMP-CCE Message
WARNING: Plug-In "plugin-heal-selection.py"
(C:\Users\Rich\AppData\Roaming\GIMP\2.9\plug-ins\plugin-heal-selection.py)
called deprecated procedure 'gimp-selection-combine'.
It should call 'gimp-image-select-item' instead!
This, I think, is the offending line: pdb.gimp_selection_combine(orgSelection, CHANNEL_OP_SUBTRACT)
It works, however, the above message box appears and the selection 'ants' remain (no big deal) in the image.
I've tried editing the script with the indicated fix but it fails when run. I am a complete novice with python. So if someone here can fix and update it you could be a hero.
Any ideas?