Blender Git Commit Log

Git Commits -> Revision d02b557

Revision d02b557 by Joseph Eagar (sculpt-dev)
September 30, 2021, 20:07 (GMT)
Sculpt: Drag dot fixes

* Drag dot now uses anchored's method
of calculating brush rake angle, this
is much more usable and less numerically
unstable.

* There is now an option ("Smooth Raking" to
smooth rake angles during brushes. This was
a failed effort at fixing drag dot raking
that turned out to be useful for other things.

* Drag dot no longer requests subspacing events
from the brush system. This made a huge
difference in performance and is now on par
with anchored mode.

Commit Details:

Full Hash: d02b557f10bb525e3dbd083c1c087c6496fb9a78
Parent Commit: 189d328
Lines Changed: +111, -9

9 Modified Paths:

/release/scripts/startup/bl_ui/properties_paint_common.py (+7, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/brush_channel_define.h (+3, -1) (Diff)
/source/blender/blenkernel/intern/brush_engine_presets.c (+19, -0) (Diff)
/source/blender/blenkernel/intern/paint.c (+15, -1) (Diff)
/source/blender/blenlib/intern/noise.c (+37, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+23, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021