Blender Git Commit Log

Git Commits -> Revision f084e36

Revision f084e36 by Antonis Ryakiotakis (soc-2013-paint)
April 1, 2014, 01:24 (GMT)
Fix accumulated brushes. Those would never completely fill canvas
because mask factor of brush never reached 1.0 due to it being
calculated by geometric series with factor less than one. Now simply add
new mask to the accumulated mask.

Note - it may be preferable to handle airbrushes like that too, since
they suffer from the same issue.

2D case will be handled separately, things look unnecessarily complex
here already, and I have totally forgotten to handle correct masking in
float case.

Commit Details:

Full Hash: f084e3691b4bb15beca85644a5405cf63d869569
Parent Commit: 72e0a43
Lines Changed: +17, -14

2 Modified Paths:

/source/blender/editors/sculpt_paint/paint_image.c (+9, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+8, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021