e5a0a14a27ae272afacf84192a1caa2223d5470b
Drawing code `paint_draw_smooth_cursor` would be called correctly, it was just the color not being initialized. This is usually done with `BKE_paint_init`, but in the case of curves sculpting brushes this would create an additional (unnamed) brush which should be avoided since the workspace toolsystem creates the "right" brush anyways. So this patch just does the minimal work to get the Stabilize Stroke indicator line to draw (which is initializing the color). Brought over from https://archive.blender.org/developer/D16793 (cherry picked from commit 612a4382c443bcd02e0bb5ffd1b1fdbb251f6e7b) Pull Request #105021
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
