[Bf-committers] small problem with a tooltips

jms jmsoler at free.fr
Sat Jun 7 19:24:56 CEST 2008


The tooltips of  the "S" button in Armature Bones panel is correct in 
the official 2.46 release but
false in the current SVN.

Index: source/blender/src/buttons_editing.c
===================================================================
--- source/blender/src/buttons_editing.c    (revision 15149)
+++ source/blender/src/buttons_editing.c    (working copy)
@@ -4369,7 +4369,7 @@
             
             /* bone types */
             uiDefButBitI(block, TOG, BONE_HINGE, B_ARM_RECALCDATA, 
"Hinge",        -10,by-38,80,18, &curBone->flag, 1.0, 32.0, 0.0, 0.0, 
"Don't inherit rotation or scale from parent Bone");
-            uiDefButBitI(block, TOG, BONE_NO_SCALE, B_ARM_RECALCDATA, 
"S",        70,by-38,20,18, &curBone->flag, 1.0, 32.0, 0.0, 0.0, "Don't 
inherit rotation or scale from parent Bone");
+            uiDefButBitI(block, TOG, BONE_NO_SCALE, B_ARM_RECALCDATA, 
"S",        70,by-38,20,18, &curBone->flag, 1.0, 32.0, 0.0, 0.0, "Don't 
inherit scale from parent Bone");
             uiDefButBitI(block, TOGN, BONE_NO_DEFORM, B_ARM_RECALCDATA, 
"Deform",    90, by-38, 80, 18, &curBone->flag, 0.0, 0.0, 0.0, 0.0, 
"Indicate if Bone deforms geometry");
             uiDefButBitI(block, TOG, BONE_MULT_VG_ENV, 
B_ARM_RECALCDATA, "Mult", 170,by-38,80,18, &curBone->flag, 1.0, 32.0, 
0.0, 0.0, "Multiply Bone Envelope with VertexGroup");
             uiDefButBitI(block, TOG, BONE_HIDDEN_A, REDRAWVIEW3D, 
"Hide",    250,by-38,80,18, &curBone->flag, 0, 0, 0, 0, "Toggles display 
of this bone in Edit Mode");

jms



More information about the Bf-committers mailing list