GPv3: Set default tool in draw mode
Default tool ("Draw") is not selected in draw mode due to typo
Pull Request: https://projects.blender.org/blender/blender/pulls/108652
This commit is contained in:
committed by
Falk David
parent
f12e9f32b5
commit
b84eedbb74
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user