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_intern.h
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_intern.h')
-rw-r--r--source/blender/editors/gpencil/gpencil_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_intern.h b/source/blender/editors/gpencil/gpencil_intern.h
index d94b5d49add..d737d34a017 100644
--- a/source/blender/editors/gpencil/gpencil_intern.h
+++ b/source/blender/editors/gpencil/gpencil_intern.h
@@ -328,7 +328,7 @@ void GPENCIL_OT_reproject(struct wmOperatorType *ot);
/* stroke sculpting -- */
-void GPENCIL_OT_brush_paint(struct wmOperatorType *ot);
+void GPENCIL_OT_sculpt_paint(struct wmOperatorType *ot);
/* buttons editing --- */