[Bf-blender-cvs] [1bfeabf] master: Correction to tooltip, object texture space is supported by both SVM and OSL

Sergey Sharybin noreply at git.blender.org
Tue Jan 27 19:54:32 CET 2015


Commit: 1bfeabf4c5700c5f684ba9701b30d5c7d4f05a4f
Author: Sergey Sharybin
Date:   Tue Jan 27 23:53:50 2015 +0500
Branches: master
https://developer.blender.org/rB1bfeabf4c5700c5f684ba9701b30d5c7d4f05a4f

Correction to tooltip, object texture space is supported by both SVM and OSL

===================================================================

M	source/blender/makesrna/intern/rna_nodetree.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c
index 4135317..902072b 100644
--- a/source/blender/makesrna/intern/rna_nodetree.c
+++ b/source/blender/makesrna/intern/rna_nodetree.c
@@ -3652,7 +3652,7 @@ static void def_sh_tex_coord(StructRNA *srna)
 	RNA_def_property_pointer_sdna(prop, NULL, "id");
 	RNA_def_property_struct_type(prop, "Object");
 	RNA_def_property_flag(prop, PROP_EDITABLE);
-	RNA_def_property_ui_text(prop, "Object", "Use coordinates from this object (for object texture coordinates output, currently only for SVM shading)");
+	RNA_def_property_ui_text(prop, "Object", "Use coordinates from this object (for object texture coordinates output)");
 	RNA_def_property_update(prop, NC_NODE | NA_EDITED, "rna_Node_update");
 
 	prop = RNA_def_property(srna, "from_dupli", PROP_BOOLEAN, PROP_NONE);




More information about the Bf-blender-cvs mailing list