2

I want to remove a constraint but I want the object to say in the same position. If I delete the constraint the object pops back to its original position. Is there a way to do this?

Glen Candle
  • 1,740
  • 9
  • 23

1 Answers1

8

As @dr.Sybren points out here, Since Blender 2.8, there's been a convenience button to disable the constraint, while attempting to maintain the World transform of the constrained object (barring interference from other dependencies):

enter image description here

If you press that, and then delete the constraint, the object should stay where it is. To maintain through animation,(you can't delete the constraint,) both the Influence and the constrained object's LocRotScale should be keyed across the transition.

Prior to this, another route would have been:

  1. CtrlA Apply Visual Transform (Don't Panic..)
  2. In the constraint, 'Set Inverse' (Phew!)
  3. Delete constraint
Robin Betts
  • 76,260
  • 8
  • 77
  • 190