[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36118] trunk/blender/source/blender/ makesrna/intern/rna_texture.c: changed image texture filters description from 'Area filter' to

M.G. Kishalmi lmg at kishalmi.net
Tue Apr 12 17:55:04 CEST 2011


Revision: 36118
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36118
Author:   lmg
Date:     2011-04-12 15:55:04 +0000 (Tue, 12 Apr 2011)
Log Message:
-----------
changed image texture filters description from 'Area filter' to
'selected filter'.

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_texture.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_texture.c	2011-04-12 15:12:05 UTC (rev 36117)
+++ trunk/blender/source/blender/makesrna/intern/rna_texture.c	2011-04-12 15:55:04 UTC (rev 36118)
@@ -1016,7 +1016,7 @@
 
 	prop= RNA_def_property(srna, "use_interpolation", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "imaflag", TEX_INTERPOL);
-	RNA_def_property_ui_text(prop, "Interpolation", "Interpolates pixels using Area filter");
+	RNA_def_property_ui_text(prop, "Interpolation", "Interpolates pixels using selected filter");
 	RNA_def_property_update(prop, 0, "rna_Texture_update");
 
 	/* XXX: I think flip_axis should be a generic Texture property, enabled for all the texture types */




More information about the Bf-blender-cvs mailing list