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:
authorCampbell Barton <ideasman42@gmail.com>2020-05-21 09:34:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-21 09:34:36 +0300
commit850fbe8547ad26607f9649bdab172cb0e37d246d (patch)
tree5d9cc9dc65668d3d63c7419cd4d3c01b2a13b550 /source/blender/editors/sculpt_paint
parentc13bf40ab1a3faf7b866598cdca92f2caae80fae (diff)
parent8d648e097261f81afc340b07e48f34ee99216a2b (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_ops.c b/source/blender/editors/sculpt_paint/paint_ops.c
index c2b771088a8..634e29ca400 100644
--- a/source/blender/editors/sculpt_paint/paint_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_ops.c
@@ -732,7 +732,7 @@ static bool brush_generic_tool_set(bContext *C,
/* Tool System
* This is needed for when there is a non-sculpt tool active (transform for e.g.).
- * In case we are toogling (and the brush changed to the toggle_brush), we need to get the
+ * In case we are toggling (and the brush changed to the toggle_brush), we need to get the
* tool_name again. */
int tool_result = brush_tool(brush, paint->runtime.tool_offset);
ePaintMode paint_mode = BKE_paintmode_get_active_from_context(C);