10-15-2021, 11:30 PM
In gimpfu, TRUE is not a boolean but an instance:
I'm wondering why it was made that way and whether it can have unwanted consequences to use python's boolean "True" instead in commands of this kind:
Code:
➤> type(TRUE)
<type 'instance'>
I'm wondering why it was made that way and whether it can have unwanted consequences to use python's boolean "True" instead in commands of this kind:
Code:
pdb.gimp_edit_paste(channel, True)