[Bf-blender-cvs] [e62aab8] BendyBones: Bendy Bones: Fix tooltip for "Inherit End Roll" to be a bit more descriptive

Joshua Leung noreply at git.blender.org
Tue May 17 16:40:26 CEST 2016


Commit: e62aab8981868a49dc9a7a4468bc4754ff2eaaa5
Author: Joshua Leung
Date:   Sat May 14 03:06:24 2016 +1200
Branches: BendyBones
https://developer.blender.org/rBe62aab8981868a49dc9a7a4468bc4754ff2eaaa5

Bendy Bones: Fix tooltip for "Inherit End Roll" to be a bit more descriptive

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

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

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

diff --git a/source/blender/makesrna/intern/rna_armature.c b/source/blender/makesrna/intern/rna_armature.c
index 183f4f5..4541c35 100644
--- a/source/blender/makesrna/intern/rna_armature.c
+++ b/source/blender/makesrna/intern/rna_armature.c
@@ -543,7 +543,7 @@ static void rna_def_bone_common(StructRNA *srna, int editbone)
 	RNA_def_property_update(prop, 0, "rna_Armature_update_data");
 
 	prop = RNA_def_property(srna, "use_endroll_as_inroll", PROP_BOOLEAN, PROP_NONE);
-	RNA_def_property_ui_text(prop, "Inherit endRoll", "Inherit endRoll");
+	RNA_def_property_ui_text(prop, "Inherit End Roll", "Use endroll of parent as inroll of its children");
 	RNA_def_property_boolean_sdna(prop, NULL, "flag", BONE_ADD_PARENT_END_ROLL);
 	RNA_def_property_update(prop, 0, "rna_Armature_update_data");




More information about the Bf-blender-cvs mailing list