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>2020-03-30 19:18:37 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-03-30 19:23:36 +0300
commit100896e080bc6f09177fbf4aa6ad4b587bd95ed5 (patch)
treeeac54c0d3fdd9da58661df1e06875c122dcab844 /source/blender/makesdna/DNA_gpencil_types.h
parent6428da84ed37534014f6c85b141af67af951813d (diff)
GPencil: Rename Overlay blend mode to Hard Light
Differential Revision: https://developer.blender.org/D7280
Diffstat (limited to 'source/blender/makesdna/DNA_gpencil_types.h')
-rw-r--r--source/blender/makesdna/DNA_gpencil_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index a90935bfe62..de66be3c1be 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -468,7 +468,7 @@ typedef enum eGPDlayer_OnionFlag {
/* layer blend_mode */
typedef enum eGPLayerBlendModes {
eGplBlendMode_Regular = 0,
- eGplBlendMode_Overlay = 1,
+ eGplBlendMode_HardLight = 1,
eGplBlendMode_Add = 2,
eGplBlendMode_Subtract = 3,
eGplBlendMode_Multiply = 4,