[Bf-blender-cvs] [f51b583] master: Improve tip for simple deform origin

Campbell Barton noreply at git.blender.org
Mon Dec 15 16:12:24 CET 2014


Commit: f51b583ea0379d7cded854b288a7ca95bcdfa46f
Author: Campbell Barton
Date:   Mon Dec 15 16:10:17 2014 +0100
Branches: master
https://developer.blender.org/rBf51b583ea0379d7cded854b288a7ca95bcdfa46f

Improve tip for simple deform origin

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

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

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

diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index 4911c10..7058e90 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -2453,7 +2453,7 @@ static void rna_def_modifier_simpledeform(BlenderRNA *brna)
 	RNA_def_property_update(prop, 0, "rna_Modifier_update");
 
 	prop = RNA_def_property(srna, "origin", PROP_POINTER, PROP_NONE);
-	RNA_def_property_ui_text(prop, "Origin", "Origin of modifier space coordinates");
+	RNA_def_property_ui_text(prop, "Origin", "Offset the origin and orientation of the deformation");
 	RNA_def_property_flag(prop, PROP_EDITABLE | PROP_ID_SELF_CHECK);
 	RNA_def_property_update(prop, 0, "rna_Modifier_dependency_update");




More information about the Bf-blender-cvs mailing list