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).
This commit is contained in:
2005-10-24 19:13:15 +00:00
parent a021181b5b
commit 050dcad59c
2 changed files with 23 additions and 2 deletions

View File

@@ -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