[Gimp-developer] What Python binary does GIMP use for its plug-ins on Mac OS X?

2014-05-22 Thread Viet Nguyen
on Mac OS X with a symlink to the Anaconda installed Python binary? Thanks for the help! Viet Nguyen ___ gimp-developer-list mailing list List address:gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-develope

Re: [Gimp-developer] Python plugin dev: getting picked color from gimpui.PickButton.color-picked event callback?

2014-02-05 Thread Viet Nguyen
display instructions for the user to change to the color picker > tool (maybe your hack with gobject > can do that, but I would not trust it across GIMP versions/platforms), > and pick a color. > At this time, the plug-in can read the picked color with a call to > pdb.gimp_contex

[Gimp-developer] Python plugin dev: getting picked color from gimpui.PickButton.color-picked event callback?

2014-02-05 Thread Viet Nguyen
My goal is to write behavior where a click on my special pick button will 1. Modify layer visibility 2. Run the normal pick tool 3. Do something with the picked color I'm trying to do this as a Python plugin so I'm trying to implement this using `gimpui.PickButton` and adding event callbacks for