Brushstroke Tools: Initial Version #328

Merged
Simon Thommes merged 229 commits from SimonThommes/blender-studio-tools:brushstroke_tools-initial-version into main 2024-11-06 15:03:47 +01:00
Showing only changes of commit 45a7401b53 - Show all commits

View File

@ -120,7 +120,7 @@ class BrushstrokesCurves(WorkSpaceTool):
bl_description = (
"Brushstrokes on the visible surface"
)
bl_icon = "ops.gpencil.draw"
bl_icon = "brush.sculpt.paint"
bl_widget = None
bl_keymap = (
("brushstroke_tools.draw", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},