Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonioya <blendergit@gmail.com>2018-11-18 20:07:16 +0300
committerAntonioya <blendergit@gmail.com>2018-11-18 20:07:16 +0300
commit991bb0076219d944225304175ac7ad58b881d173 (patch)
tree2e1327a366bdb2536cdeca527ad38d5d93a2b2e8 /source/blender/editors/gpencil/gpencil_ops.c
parent1b7b1d60c5df7f2ca498e27c3f0977ff4a8ac25b (diff)
GP: Rename GPENCIL_OT_brush_paint to GPENCIL_OT_sculpt_paint
This makes the operator name more consistent. Part of T57818
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_ops.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_ops.c b/source/blender/editors/gpencil/gpencil_ops.c
index a199f943a8d..01221f57f05 100644
--- a/source/blender/editors/gpencil/gpencil_ops.c
+++ b/source/blender/editors/gpencil/gpencil_ops.c
@@ -266,7 +266,7 @@ void ED_operatortypes_gpencil(void)
WM_operatortype_append(GPENCIL_OT_reproject);
- WM_operatortype_append(GPENCIL_OT_brush_paint);
+ WM_operatortype_append(GPENCIL_OT_sculpt_paint);
/* Editing (Buttons) ------------ */