[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50952] trunk/blender/source/blender/ makesrna/intern/rna_nodetree.c: Funny typo, variable blue!

Daniel Salazar zanqdo at gmail.com
Sun Sep 30 07:29:28 CEST 2012


Revision: 50952
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50952
Author:   zanqdo
Date:     2012-09-30 05:29:27 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
Funny typo, variable blue!

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_nodetree.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_nodetree.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_nodetree.c	2012-09-29 23:45:35 UTC (rev 50951)
+++ trunk/blender/source/blender/makesrna/intern/rna_nodetree.c	2012-09-30 05:29:27 UTC (rev 50952)
@@ -1803,7 +1803,7 @@
 	/* duplicated in def_cmp_bokehblur */
 	prop = RNA_def_property(srna, "use_variable_size", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "custom1", CMP_NODEFLAG_BLUR_VARIABLE_SIZE);
-	RNA_def_property_ui_text(prop, "Variable Size", "Support variable blue per-pixel when using an image for size input");
+	RNA_def_property_ui_text(prop, "Variable Size", "Support variable blur per-pixel when using an image for size input");
 	RNA_def_property_update(prop, NC_NODE | NA_EDITED, "rna_Node_update");
 
 	RNA_def_struct_sdna_from(srna, "NodeBlurData", "storage");




More information about the Bf-blender-cvs mailing list