Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2005-10-27 17:02:34 +0400
committerTon Roosendaal <ton@blender.org>2005-10-27 17:02:34 +0400
commit00d643091cb7c1fdb051a8182c9dfe153c115f4c (patch)
treedeed30cf1bce33370ab9d455b837042d74ef9b3c /source/blender/src/editconstraint.c
parentdd409399ec1db31589fede54dc89727d4a1bcaf0 (diff)
CTRL+I, pose mode, added accidentally a location constraint, when having 2
Bones selected.
Diffstat (limited to 'source/blender/src/editconstraint.c')
-rw-r--r--source/blender/src/editconstraint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editconstraint.c b/source/blender/src/editconstraint.c
index d48e7ba8635..bce553bd249 100644
--- a/source/blender/src/editconstraint.c
+++ b/source/blender/src/editconstraint.c
@@ -618,7 +618,7 @@ void add_constraint(int only_IK)
}
if(pchansel)
- nr= pupmenu("Add IK Constraint%t|To Selected Bone");
+ nr= pupmenu("Add IK Constraint%t|To Selected Bone%x10");
else if(obsel)
nr= pupmenu("Add IK Constraint%t|To Selected Object%x10");
else