Blender Git Commit Log

Git Commits -> Revision 20d86c8

Revision 20d86c8 by Pablo Dobarro (temp-lanpr-staging)
September 12, 2019, 01:13 (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: 20d86c8c6c92676d075aac60d66d7a2121bcac38
Parent Commit: d183e2f
Committed By: YimingWu
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