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/makesrna/intern/rna_shader_fx.c
parent5d8a8a684253da03bf20182be443c2bd03798a49 (diff)
GP: Rename Colorize "Bi-Tone" to "Dualtone"
Diffstat (limited to 'source/blender/makesrna/intern/rna_shader_fx.c')
-rw-r--r--source/blender/makesrna/intern/rna_shader_fx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_shader_fx.c b/source/blender/makesrna/intern/rna_shader_fx.c
index 8b479e9f05a..2f0a4a4be7d 100644
--- a/source/blender/makesrna/intern/rna_shader_fx.c
+++ b/source/blender/makesrna/intern/rna_shader_fx.c
@@ -77,7 +77,7 @@ static const EnumPropertyItem rna_enum_shaderfx_glow_modes_items[] = {
static const EnumPropertyItem rna_enum_shaderfx_colorize_modes_items[] = {
{eShaderFxColorizeMode_GrayScale, "GRAYSCALE", 0, "Gray Scale", "" },
{eShaderFxColorizeMode_Sepia, "SEPIA", 0, "Sepia", "" },
- {eShaderFxColorizeMode_BiTone, "BITONE", 0, "Bi-Tone", "" },
+ {eShaderFxColorizeMode_DualTone, "DUALTONE", 0, "Dualtone", "" },
{eShaderFxColorizeMode_Transparent, "TRANSPARENT", 0, "Transparent", "" },
{eShaderFxColorizeMode_Custom, "CUSTOM", 0, "Custom", "" },
{0, NULL, 0, NULL, NULL }