Blender Git Commit Log

Git Commits -> Revision 99a7c91

Revision 99a7c91 by Pablo Dobarro (master)
October 30, 2020, 17:13 (GMT)
Sculpt: Dyntopo detail size edit operator

This introduces a new operator to edit the detail size of constant
detail mode in dyntopo. The way this operator works and the
functionality it provides is similar to the "Voxel size edit" operator
for the voxel remesher.

It also includes a sample mode. When pressing Ctrl, the detail size
will be sampled from the surface under the cursor, updating the
preview in real time. This allows quick resolution changes without
using the operator multiple times.

The operator is set to Shift + D, replacing the old way to change
the constant detail size of dyntopo. Shift + R will remain available to
be enabled when the voxel remesher works with dyntopo. Deciding
if both detail sizes can be unified needs a separate discussion as the
new dyntopo can work with detail sizes in parts of the mesh that can
easily crash the remesher.

The structure of these operators is similar, but the data they control,
ranges, drawing and setup functions are completely different, making it
hard to merge them into one.

Reviewed By: sergey

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

Commit Details:

Full Hash: 99a7c917eab7612bf4b3f00b1bf392a6fb143251
Parent Commit: 39be996
Lines Changed: +335, -1

4 Modified Paths:

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