GNOME Bugzilla – Bug 163059
brush editor should allow for one step opening of brushes as images.
Last modified: 2005-01-13 20:23:26 UTC
Currently, there is no good way to open a brush visible in the brush dialog as an image and edit it. You have to File->open, navigate the file system to a hidden dir (.gimp-*), then to the brushes dir, then figure out which filename corresponds to the brush you want to edit, then open it. It would be much better ui to have an option in the brush editor screen (or possibly even the brush select dialog) to "Open brush as image".
note, I belive this should be in addition to #163057, not instead of it. The ideas in #163057 are much quicker and easy to access than attempting to do it as an image. But for more complicated tweaking and editing, being able to easily open it as an image would be useful.
*** Bug 163057 has been marked as a duplicate of this bug. ***
Fixed in CVS: 2005-01-13 Michael Natterer <mitch@gimp.org> Allow to easily open brushes and patterns as images. Fixes bug #163059. * app/actions/brushes-actions.c * app/actions/patterns-actions.c: added "brushes-open-as-image" and "patterns-open-as-image" actions. * app/actions/data-commands.[ch]: added data_open_as_image_cmd_callback() which tries to load data->filename as image. * app/widgets/gimphelp-ids.h: added help IDs for the new actions. * app/widgets/gimpdatafactoryview.c: added buttons. * menus/brushes-menu.xml * menus/patterns-menu.xml: added them to the menus.