[Bf-blender-cvs] [646cc46] master: Fix typo in nla blend modes.

Sv. Lockal noreply at git.blender.org
Sun Jan 26 17:16:50 CET 2014


Commit: 646cc46400bbf80a168c541541bef1220bd446dd
Author: Sv. Lockal
Date:   Sun Jan 26 20:12:29 2014 +0400
https://developer.blender.org/rB646cc46400bbf80a168c541541bef1220bd446dd

Fix typo in nla blend modes.

===================================================================

M	source/blender/makesrna/intern/rna_nla.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_nla.c b/source/blender/makesrna/intern/rna_nla.c
index d905e6a..4a95bd4 100644
--- a/source/blender/makesrna/intern/rna_nla.c
+++ b/source/blender/makesrna/intern/rna_nla.c
@@ -414,7 +414,7 @@ EnumPropertyItem nla_mode_blend_items[] = {
 	{NLASTRIP_MODE_ADD, "ADD", 0, "Add", "Weighted result of strip is added to the accumulated results"},
 	{NLASTRIP_MODE_SUBTRACT, "SUBTRACT", 0, "Subtract",
 	                         "Weighted result of strip is removed from the accumulated results"},
-	{NLASTRIP_MODE_MULTIPLY, "MULITPLY", 0, "Multiply",
+	{NLASTRIP_MODE_MULTIPLY, "MULTIPLY", 0, "Multiply",
 	                         "Weighted result of strip is multiplied with the accumulated results"},
 	{0, NULL, 0, NULL, NULL}
 };




More information about the Bf-blender-cvs mailing list