01-06-2022, 09:00 PM
(This post was last modified: 01-06-2022, 09:08 PM by Ottia Tuota.)
I got the plugin working with all warnings 1..6 in the error console. The only changes I made were:
gimp.image -> gimp.Image
gimp.layer -> gimp.Layer
Note the capital letters. In the sample you mentioned, the letters indeed were lower case. I don't know what this is about. Perhaps somebody else can explain. I found the capital letters by writing "help(gimp)" in the Python console.
gimp.image -> gimp.Image
gimp.layer -> gimp.Layer
Note the capital letters. In the sample you mentioned, the letters indeed were lower case. I don't know what this is about. Perhaps somebody else can explain. I found the capital letters by writing "help(gimp)" in the Python console.