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-09-13 13:38:50 +0300
committerAntonioya <blendergit@gmail.com>2018-09-13 13:39:02 +0300
commit3b8251664eb7b64a04391463ca9793fee9c1a1e9 (patch)
tree57fae7f86c82b5a9c1dcface7a88fe3a1e95de8b /source/blender/makesdna/DNA_gpencil_types.h
parent09aa4461004899e0da8f967a78e19303e50396a0 (diff)
GP: Improve soft eraser rounded caps
When draw segments the rounded cap must be only visible in some situations.
Diffstat (limited to 'source/blender/makesdna/DNA_gpencil_types.h')
-rw-r--r--source/blender/makesdna/DNA_gpencil_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index cdadb1764b8..8c3acf9d001 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -71,6 +71,8 @@ typedef enum eGPDspoint_Flag {
/* stroke point is tagged (for some editing operation) */
GP_SPOINT_TAG = (1 << 1),
+ /* stroke point is temp tagged (for some editing operation) */
+ GP_SPOINT_TEMP_TAG = (1 << 2),
} eGPSPoint_Flag;
/* ***************************************** */