Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brushes #154

Closed
aseprite-bot opened this issue Aug 20, 2014 · 1 comment
Closed

Brushes #154

aseprite-bot opened this issue Aug 20, 2014 · 1 comment
Labels
dithering feature Feature request, or something should be improved high priority imported ui
Milestone

Comments

@aseprite-bot
Copy link
Collaborator

From davidcapello on August 08, 2012 21:16:11

From an old iLKke email:

[...] traditionally in pixel programs, once you pick a brush you can do everything as you would with a normal "pen-point". This would be ideal, but if it is much more complicated, then you can just make a different behaviour using similar code to current selections.

Here is the process of using a brush"
-You click the brush tool icon.
-You draw a rectangle on the screen.
-The moment you let go of the mouse, the brush is picked and you are moving it with your mouse. The bg color is transparent. If you started to pick the brush with right mouse button, then the brush will be cut from the image, and the rectangle is filled with bg color (or transparent color, if it is on a layer)
-Now you can click anywhere to paste the brush, or you can draw with it, etc.

It replaces the following steps:
-click selection button
-draw rectangle
-press ctrl-c [copy](or ctrl-x[cut])
-press ctrl-v [paste]
-move selection
-press enter
-press ctr-d [deselect]

So it is not as flexible as selections, but is much quicker to use for everyday manipulation.

Original issue: http://code.google.com/p/aseprite/issues/detail?id=154

@dacap dacap added this to the v1.1 milestone Aug 31, 2014
@dacap
Copy link
Member

dacap commented Jan 12, 2015

Brushes could be created from the current selection (with a new button in the context bar, like a Grab Brush)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dithering feature Feature request, or something should be improved high priority imported ui
Projects
None yet
Development

No branches or pull requests

2 participants