Files
test/source/blender
Pratik Borhade 03d3f2fa73 Fix #81948: Regression: Sculpt mode Annotation tool cursor conflict
Sculpt brush cursor is still drawn when annotation tool is selected.
Use `SCULPT_poll` function for paint cursor poll function (`pc->poll`).
This new poll function checks whether active tool is brush. In case of
non-brush tools (transform, annotate), poll function will return false
which eventually prevents pc->draw() from drawing the brush cursor.

Fix is similar to !122657

Pull Request: https://projects.blender.org/blender/blender/pulls/122709
2024-06-05 13:46:59 +02:00
..
2024-06-04 16:03:52 +02:00
2024-06-04 14:17:58 +02:00
2024-06-04 22:08:42 +03:00
2024-06-04 20:53:57 +02:00
2024-06-05 10:41:07 +02:00