Revision: 19644
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19644
Author:   vekoon
Date:     2009-04-10 20:03:24 +0200 (Fri, 10 Apr 2009)

Log Message:
-----------
2.5 / RNA
Corrected a description.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/makesrna/intern/rna_texture.c

Modified: 
branches/blender2.5/blender/source/blender/makesrna/intern/rna_texture.c
===================================================================
--- branches/blender2.5/blender/source/blender/makesrna/intern/rna_texture.c    
2009-04-10 17:39:37 UTC (rev 19643)
+++ branches/blender2.5/blender/source/blender/makesrna/intern/rna_texture.c    
2009-04-10 18:03:24 UTC (rev 19644)
@@ -244,7 +244,7 @@
 
 static void rna_def_filter_size_common(StructRNA *srna) 
 {
-       PropertyRNA * prop;
+       PropertyRNA *prop;
 
        /* XXX: not sure about the name of this, "Min" seems a bit off */
        prop= RNA_def_property(srna, "use_filter", PROP_BOOLEAN, PROP_NONE);
@@ -958,7 +958,7 @@
        prop= RNA_def_property(srna, "noise_distortion", PROP_ENUM, PROP_NONE);
        RNA_def_property_enum_sdna(prop, NULL, "noisebasis2");
        RNA_def_property_enum_items(prop, prop_noise_basis_items);
-       RNA_def_property_ui_text(prop, "Noise Basis", "Sets the noise basis for 
the distortion");
+       RNA_def_property_ui_text(prop, "Noise Distortion", "Sets the noise 
basis for the distortion");
 
        prop= RNA_def_property(srna, "nabla", PROP_FLOAT, PROP_NONE);
        RNA_def_property_range(prop, 0.001, 0.1);


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

Reply via email to