Brushstroke Tools: Initial Version #328
@ -120,11 +120,11 @@ class BrushstrokesCurves(WorkSpaceTool):
|
||||
bl_description = (
|
||||
"Brushstrokes on the visible surface"
|
||||
)
|
||||
bl_icon = "brush.gpencil_draw.draw"
|
||||
bl_icon = "ops.gpencil.draw"
|
||||
bl_widget = None
|
||||
bl_keymap = (
|
||||
("brushstroke_tools.draw", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
||||
{"properties": [("wait_for_input", False)]}),
|
||||
{"properties": []}),
|
||||
)
|
||||
|
||||
def draw_settings(context, layout, tool):
|
||||
|
Loading…
Reference in New Issue
Block a user