You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[...] 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.
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
The text was updated successfully, but these errors were encountered: