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:
authorEitanSomething <eitant13@gmail.com>2019-08-23 14:13:59 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-08-23 14:14:15 +0300
commit8eb22968724b3ac9f6ccb426b08cb865cbbcef94 (patch)
tree7d74d378aef4bb98fdb651f43c8a3aef072c85c7 /source/blender/makesdna/DNA_sequence_types.h
parent2f8ea1c11e1065984013b02f7dea3051705411ea (diff)
UI: use consistent "Color Burn" name for blend mode
Previously it was named just "Burn" in some places. Differential Revision: https://developer.blender.org/D5186
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 5240de4aff9..087d30ce312 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -584,7 +584,7 @@ enum {
SEQ_TYPE_LIGHTEN = 44,
SEQ_TYPE_DODGE = 45,
SEQ_TYPE_DARKEN = 46,
- SEQ_TYPE_BURN = 47,
+ SEQ_TYPE_COLOR_BURN = 47,
SEQ_TYPE_LINEAR_BURN = 48,
SEQ_TYPE_OVERLAY = 49,
SEQ_TYPE_HARD_LIGHT = 50,