This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel/intern
Antonis Ryakiotakis 333feea6e9 Fix T45258, impossible to select brush when removing it from 2d
painting.

Also system added a brush every time it found no paint brush in the
system which is not what we would want.

Solution:
* Brush panel stays visible always, regardless of whether there is a
brush or not.
* We search for first available brush when we find no brush in paint
struct instead of always generating a new one.
* Generating and searching for a brush take a mode argument now. Needed
some refactoring to users of BKE_paint_init as well.
* Did some style cleanups for paint mode enums.

Patch is big but it's mostly argument refactoring.
2015-08-31 22:00:30 +03:00
..
2015-05-11 12:39:39 +10:00
2015-05-13 06:10:49 +10:00
2015-07-28 14:01:52 +02:00
2015-08-27 17:45:56 +10:00
2015-08-23 21:12:48 +10:00
2015-08-01 14:13:59 +10:00
2015-08-25 08:50:53 +10:00
2015-06-17 07:06:59 +10:00
2015-08-06 22:33:45 +10:00
2015-08-25 18:34:44 +10:00
2015-07-13 22:00:07 +10:00
2015-07-13 03:48:08 +10:00
2015-07-13 13:58:17 +02:00
2015-04-23 16:09:30 +10:00
2015-07-31 22:52:37 +02:00
2015-07-21 17:29:23 +10:00
2015-08-28 11:28:01 +10:00
2015-07-31 19:17:39 +10:00
2015-07-29 10:49:34 +10:00
2015-04-04 15:13:56 +11:00
2015-06-05 11:46:01 +10:00
2015-04-06 10:40:12 -03:00