Revision: 48844
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48844
Author:   dingto
Date:     2012-07-11 21:39:04 +0000 (Wed, 11 Jul 2012)
Log Message:
-----------
Node Editor / Cycles:
* Typo fix for new Blend mode. 

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/editors/space_node/drawnode.c

Modified: branches/soc-2011-tomato/source/blender/editors/space_node/drawnode.c
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_node/drawnode.c       
2012-07-11 20:51:00 UTC (rev 48843)
+++ branches/soc-2011-tomato/source/blender/editors/space_node/drawnode.c       
2012-07-11 21:39:04 UTC (rev 48844)
@@ -1341,7 +1341,7 @@
        uiItemR(layout, ptr, "projection", 0, "", ICON_NONE);
 
        if(RNA_enum_get(ptr, "projection") == SHD_PROJ_BOX)
-               uiItemR(layout, ptr, "projection_blend", 0, "blend", ICON_NONE);
+               uiItemR(layout, ptr, "projection_blend", 0, "Blend", ICON_NONE);
 
        /* note: image user properties used directly here, unlike compositor 
image node,
         * which redefines them in the node struct RNA to get proper updates.

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to