fc2f815b66bc913ef0e43dbb70041feb4c26ce79
When in grease pencil drawing mode, user could pin material or vertex color to a specific brush or fill tool, but when switching tools, the display and the logic of how those pinned material/vertex color are used is inconsistent, leading to confusion. The main cause of such problem is that the new GPv3 brush/fill tool is not respecting pinning status, on top of that, user interface display logic is also wrong. This PR makes sure that: - Brush/fill tools respect pinning status. - Buttons on the tool bar always display correct pinning status. - Brush cursor will use correct color based on pinning status. Pull Request: https://projects.blender.org/blender/blender/pulls/130968
…
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%
