GPencil 3.0: Set default tool in draw mode #108652

Merged
Falk David merged 1 commits from PratikPB2123/blender:gp3-def-tool-draw into main 2023-06-06 12:38:31 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ce2ac33b24 - Show all commits

View File

@ -1972,7 +1972,7 @@ class _defs_gpencil_paint:
def generate_from_brushes(context):
if context and context.preferences.experimental.use_grease_pencil_version3:
return tuple([ToolDef.from_dict(dict(
idname="builtin_brush.draw",
idname="builtin_brush.Draw",
label="Draw",
icon="brush.gpencil_draw.draw",
data_block='DRAW',