Fix: GP brush stroke operator name and description
These were still the ones copied from the curves operator.
This commit is contained in:
@@ -151,9 +151,9 @@ static void grease_pencil_stroke_cancel(bContext *C, wmOperator *op)
|
||||
|
||||
static void GREASE_PENCIL_OT_brush_stroke(wmOperatorType *ot)
|
||||
{
|
||||
ot->name = "Stroke Curves Sculpt";
|
||||
ot->name = "Grease Pencil Draw";
|
||||
ot->idname = "GREASE_PENCIL_OT_brush_stroke";
|
||||
ot->description = "Sculpt curves using a brush";
|
||||
ot->description = "Draw a new stroke in the active Grease Pencil object";
|
||||
|
||||
ot->invoke = grease_pencil_stroke_invoke;
|
||||
ot->modal = grease_pencil_stroke_modal;
|
||||
|
||||
Reference in New Issue
Block a user