Blender Git Commit Log

Git Commits -> Revision 6a4df70

Revision 6a4df70 by Pablo Dobarro (master)
September 9, 2019, 13:50 (GMT)
Sculpt: Mesh Filter Tool

The mesh filter tool applies a deformation to all vertices in the mesh at the same time. It includes multiple deformation modes and the option to lock the deformation axis.
This commit also includes the FilterCache, which is needed in some new operators and tools.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5513

Commit Details:

Full Hash: 6a4df70d4119f881f4aec78f4943de1cf68957a1
Parent Commit: 97a5f96
Lines Changed: +401, -4

6 Modified Paths:

/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+10, -0) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+18, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/paint.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+353, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+18, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021