1334d6478060fd0cf2eb3bbcb674a40adbce35f1
stroke_update_step
Previously, the stroke operations were created in the `stroke_test_start` callback function. This causes a few issues: * Each mode had it's own `test_start` function and it's own function to create the stroke operations. * Only the mouse position was available for the start sample. With this change, the `stroke_test_start` function now does nothing. Instead, the operations are created in the common `stroke_update_step` function using `get_stroke_operation` the first time it's called. This also means that the start sample is populated with the correct start pressure. Pull Request: https://projects.blender.org/blender/blender/pulls/122555
…
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%
