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-29 15:58:29 +0300
committerAntonio Vazquez <blendergit@gmail.com>2022-09-29 15:58:29 +0300
commitd2e576f34c6d428fb2c2ba855a0e29a2ba132549 (patch)
treea9fa591840b8554eabfe3f69c09c59412600b85c /source/blender/makesdna/DNA_brush_enums.h
parent10f1972ff78bffb5323cebb85125c64efc7b5ca8 (diff)
GPencil: Remove Fill `use_collide_only` option
After a lot of testing, this option is not required and now this is managed by stroke_collsion. If the stroke_collision is enabled, only collide strokes are used.
Diffstat (limited to 'source/blender/makesdna/DNA_brush_enums.h')
-rw-r--r--source/blender/makesdna/DNA_brush_enums.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_brush_enums.h b/source/blender/makesdna/DNA_brush_enums.h
index 9b2dad915ed..570b569a4dd 100644
--- a/source/blender/makesdna/DNA_brush_enums.h
+++ b/source/blender/makesdna/DNA_brush_enums.h
@@ -91,8 +91,6 @@ typedef enum eGPDbrush_Flag {
GP_BRUSH_OUTLINE_STROKE = (1 << 17),
/* Collide with stroke. */
GP_BRUSH_FILL_STROKE_COLLIDE = (1 << 18),
- /* Extend lines only close if collide. */
- GP_BRUSH_FILL_COLLIDE_ONLY = (1 << 19),
} eGPDbrush_Flag;
typedef enum eGPDbrush_Flag2 {