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:
authorJacques Lucke <jacques@blender.org>2022-03-17 14:42:01 +0300
committerJacques Lucke <jacques@blender.org>2022-03-17 14:42:01 +0300
commit8f68cff01b85bfde18c9442e6a638eda181ee159 (patch)
treeb428494bc8b72e868e07979cc5e9481b5752f65e /source/blender/makesdna/DNA_brush_types.h
parentdd483215e58f09a8da8de9f79c6da080cdeeb92c (diff)
Cleanup: name enums
Diffstat (limited to 'source/blender/makesdna/DNA_brush_types.h')
-rw-r--r--source/blender/makesdna/DNA_brush_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h
index fe80220b1dd..78e3a64e07e 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -256,7 +256,7 @@ typedef struct Brush {
char gpencil_sculpt_tool;
/** Active grease pencil weight tool. */
char gpencil_weight_tool;
- /** Active curves sculpt tool. */
+ /** Active curves sculpt tool (#eBrushCurvesSculptTool). */
char curves_sculpt_tool;
char _pad1[5];