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-24 23:13:15 +0400
committerTon Roosendaal <ton@blender.org>2005-10-24 23:13:15 +0400
commit050dcad59c20bfa206457f5ad06c46d749e79356 (patch)
tree6c06eed1728cb5aca5054f0d2cfeaf63275c768b /source/blender/src/editconstraint.c
parenta021181b5b0fbb6a39b10310da9bce1b90512c76 (diff)
Bugix #3200
DAG_object_flush_update() always used scene layers, causing updates to go wrong with 3d windows with "Lock" off (allowing local layer and camera). This fixes a larger amount of potential issues. Also: fixed menu title for adding IK constraint to Bone (CTRL+I).
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 95d037850c3..d48e7ba8635 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 New Empty Object%x10");
+ nr= pupmenu("Add IK Constraint%t|To Selected Bone");
else if(obsel)
nr= pupmenu("Add IK Constraint%t|To Selected Object%x10");
else