Blender Git Loki
Git Commits -> Revision 17bd906
Revision 17bd906 by Nicholas Bishop (master) December 14, 2010, 01:19 (GMT) |
Fixed bug #23826, Other kind of brushes appear in sculpt mode Was another problem caused by each brush being allowed in more than one paint mode. Added a new field to the brush struct to indicate what mode the icon was last set for; if it's changed then reset it. Not sure if it's really worth it to cache this, could remove it for simplicity. |
Commit Details:
Full Hash: 17bd906de3ba02c8d7bf848b1f61465f09fc631c
SVN Revision: 33647
Parent Commit: 991eac8
Lines Changed: +31, -12