On 8/30/19 9:03 PM, ̵tImposterMO̵ t̵ wrote:
Is there a way to view the object/property or debug names of GUI objects in GIMP for use with scripting or customization(s)? I would like to know how to edit elements in the colormap dialog procedure-ally to make scripts like Art To Paint by Number; To Stain'd Glass; To lighting effect for shader This is more difficult because its not select by number but by pixel color glob contiguous group.
See the gimp_image_{get|set}_colormap() functions in the API (Scheme or Python). Scripts and plugins cannot interact with the Gimp UI directly. _______________________________________________ gimp-user-list mailing list List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list