Blender Git Commit Log

Git Commits -> Revision 78aa924

Revision 78aa924 by Matt Ebb (master)
December 28, 2009, 01:27 (GMT)
Change to the way brush/tool selection works, as discussed a while ago

Now, there are preset brushes made for each tool type (eg. for sculpt mode, Grab,
Draw, Inflate, etc), and the recommended method for changing sculpt tools is to
change between Brushes. The shortcut keys for changing between tools have
now been changed to change between named brushes - the G key in sculpt
mode now changes to any brush named 'Grab'.

The advantages of this are:
* Changing between brushes remembers the strength/size/texture etc settings for
each brush. This means that for example, you can draw with a strong textured
Clay brush, but then switch quickly to a weaker, untextured Smooth brush,
without having to re-do your settings each time.
* You can now add your own custom shortcut keys to your own custom brushes -
just add a keymap entry similar to the existing ones, that references your own
custom brush names.

To bring over these new default brushes to an existing B.blend setup, just
append them in from the new B.blend in svn.

Commit Details:

Full Hash: 78aa9242066a7b4e7723c01a7a538ef8d033ae4b
SVN Revision: 25583
Parent Commit: be55097
Lines Changed: +8784, -8190

7 Modified Paths:

/release/scripts/ui/space_view3d_toolbar.py (+38, -10) (Diff)
/source/blender/editors/datafiles/B.blend.c (+8680, -8156) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -1) (Diff)
/source/blender/editors/interface/interface_templates.c (+4, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+21, -21) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+39, -0) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021