[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54257] branches/soc-2008-mxcurioni/source /blender/makesrna/intern/rna_linestyle.c: Fix for the label of the DIFFERENCE blending mode for alpha and thickness modifiers .

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sat Feb 2 03:42:19 CET 2013


Revision: 54257
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54257
Author:   kjym3
Date:     2013-02-02 02:42:12 +0000 (Sat, 02 Feb 2013)
Log Message:
-----------
Fix for the label of the DIFFERENCE blending mode for alpha and thickness modifiers.
Problem report from IRIE Shinsuke, thanks a lot!

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/makesrna/intern/rna_linestyle.c

Modified: branches/soc-2008-mxcurioni/source/blender/makesrna/intern/rna_linestyle.c
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/makesrna/intern/rna_linestyle.c	2013-02-02 01:49:57 UTC (rev 54256)
+++ branches/soc-2008-mxcurioni/source/blender/makesrna/intern/rna_linestyle.c	2013-02-02 02:42:12 UTC (rev 54257)
@@ -253,7 +253,7 @@
 		{LS_VALUE_SUB, "SUBTRACT", 0, "Subtract", ""},
 		{LS_VALUE_MULT, "MULTIPLY", 0, "Multiply", ""},
 		{LS_VALUE_DIV, "DIVIDE", 0, "Divide", ""},
-		{LS_VALUE_DIFF, "DIFFERENCE", 0, "Divide", ""},
+		{LS_VALUE_DIFF, "DIFFERENCE", 0, "Difference", ""},
 		{LS_VALUE_MIN, "MININUM", 0, "Minimum", ""}, 
 		{LS_VALUE_MAX, "MAXIMUM", 0, "Maximum", ""}, 
 		{0, NULL, 0, NULL, NULL}




More information about the Bf-blender-cvs mailing list