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