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:
authorAntonio Vazquez <blendergit@gmail.com>2022-09-16 12:06:44 +0300
committerAntonio Vazquez <blendergit@gmail.com>2022-09-17 13:30:13 +0300
commit172b0ebe6adf8f97ba6ac56df06b103acaa0d3a9 (patch)
tree804745cc1563e52d5a43cf1675538fe296043735 /source/blender/makesdna/DNA_brush_types.h
parent468f2ccc0ecbcb368aab950c61c2cc0bc95b27e1 (diff)
GPencil: Rename Fill closure methods
The new names are: * Radius * Extend The mode Radius + Extend has been removed. Also, some code cleanup and format.
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 f91321c253f..4048867607f 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -70,7 +70,7 @@ typedef struct BrushGpencilSettings {
int fill_simplylvl;
/** Type of control lines drawing mode. */
int fill_draw_mode;
- /** Type of gap filling to use */
+ /** Type of gap filling extension to use. */
int fill_extend_mode;
/** Icon identifier. */
int icon_id;