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-02-25 19:45:52 +0300
committerAntonioya <blendergit@gmail.com>2019-02-25 19:46:15 +0300
commita7acd4690c20a2363e665b29cd41dbf520454e2e (patch)
treed4aaffafd9a56803629c637e98e472deb0d2fe47 /source/blender/makesdna/DNA_shader_fx_types.h
parent5d8a8a684253da03bf20182be443c2bd03798a49 (diff)
GP: Rename Colorize "Bi-Tone" to "Dualtone"
Diffstat (limited to 'source/blender/makesdna/DNA_shader_fx_types.h')
-rw-r--r--source/blender/makesdna/DNA_shader_fx_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_shader_fx_types.h b/source/blender/makesdna/DNA_shader_fx_types.h
index d65e0bd6126..96b114dd365 100644
--- a/source/blender/makesdna/DNA_shader_fx_types.h
+++ b/source/blender/makesdna/DNA_shader_fx_types.h
@@ -115,7 +115,7 @@ typedef struct ColorizeShaderFxData {
typedef enum ColorizeShaderFxModes {
eShaderFxColorizeMode_GrayScale = 0,
eShaderFxColorizeMode_Sepia = 1,
- eShaderFxColorizeMode_BiTone = 2,
+ eShaderFxColorizeMode_DualTone = 2,
eShaderFxColorizeMode_Custom = 3,
eShaderFxColorizeMode_Transparent = 4,
} ColorizeShaderFxModes;