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>2019-05-30 13:15:41 +0300
committerAntonioya <blendergit@gmail.com>2019-05-30 14:23:26 +0300
commit0f8746e724f981c298e4a7c751759e75b0fe6d4c (patch)
tree82bb370b619de260389b4f554ea031a2128f0e6e /source/blender/makesdna/DNA_gpencil_types.h
parent1cb74768c12b0cd668f88af4ad8fe1598a5d44e9 (diff)
GPencil: Rename Blend mode "Normal" to "Regular"
The UI used "Regular" already, but internally the code didn't.
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 c0d3c1ab3d5..5a32f9bc23c 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -397,7 +397,7 @@ typedef enum eGPDlayer_OnionFlag {
/* layer blend_mode */
typedef enum eGPLayerBlendModes {
- eGplBlendMode_Normal = 0,
+ eGplBlendMode_Regular = 0,
eGplBlendMode_Overlay = 1,
eGplBlendMode_Add = 2,
eGplBlendMode_Subtract = 3,