[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33323] trunk/blender/source/blender/ makesrna/intern/rna_world.c: Fix #24923: tweak falloff strength tooltip to apply both to AO and indirect.

Brecht Van Lommel brechtvanlommel at pandora.be
Fri Nov 26 04:31:12 CET 2010


Revision: 33323
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33323
Author:   blendix
Date:     2010-11-26 04:31:12 +0100 (Fri, 26 Nov 2010)

Log Message:
-----------
Fix #24923: tweak falloff strength tooltip to apply both to AO and indirect.

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_world.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_world.c	2010-11-26 03:26:57 UTC (rev 33322)
+++ trunk/blender/source/blender/makesrna/intern/rna_world.c	2010-11-26 03:31:12 UTC (rev 33323)
@@ -309,7 +309,7 @@
 
 	prop= RNA_def_property(srna, "falloff_strength", PROP_FLOAT, PROP_NONE);
 	RNA_def_property_float_sdna(prop, NULL, "aodistfac");
-	RNA_def_property_ui_text(prop, "Strength", "Distance attenuation factor, the higher, the 'shorter' the shadows");
+	RNA_def_property_ui_text(prop, "Strength", "Distance attenuation factor, the higher, the less influence farther away objects have influence");
 	RNA_def_property_update(prop, 0, "rna_World_update");
 
 	prop= RNA_def_property(srna, "bias", PROP_FLOAT, PROP_NONE);





More information about the Bf-blender-cvs mailing list