GPv3: Add separate paint mode #109453

Merged
Falk David merged 5 commits from filedescriptor/blender:gpv3-paint-mode into main 2023-07-03 16:34:37 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 9a99815f5c - Show all commits

View File

@ -1734,7 +1734,7 @@ class _defs_weight_paint:
class _defs_paint_grease_pencil:
@ToolDef.from_fn
def paint():
def draw():
return dict(
idname="builtin_brush.Draw",
label="Draw",
@ -3104,7 +3104,7 @@ class VIEW3D_PT_tools_active(ToolSelectPanelHelper, Panel):
'PAINT_GREASE_PENCIL': [
_defs_view3d_generic.cursor,
None,
_defs_paint_grease_pencil.paint,
_defs_paint_grease_pencil.draw,
],
'PAINT_GPENCIL': [
_defs_view3d_generic.cursor,