51

All is in the question, we can duplicate object with SHIFT+D but also with ALT+D, which is quite handy, because as you know every changes done on a linked duplicate object will be repeated on others linked objects ("same objects").

I've used it as example to create all the UVs of a box, all at once.. But now I would like to break it, to stop it... And I don't know how to do that...

iKlsR
  • 43,379
  • 12
  • 156
  • 189
Azuk
  • 902
  • 1
  • 7
  • 16

1 Answers1

70

You can press U > Unlink Object+Data. The object's "data" is the mesh itself. Multiple objects can use a single mesh, so that editing one will update the others (they're "Linked") You could also go into the Object Data tab and manually select different mesh data for the object to use:

Object Data chooser

The 2 on the right indicates that that mesh is being used by two objects. Clicking on the 2will copy that mesh and unlink that object from the old mesh, linking it to the new one (using an incremented name like Cube.001), the same result as if you'd done U > Unlink Object+Data

I know you already know the answer, but this is a place for the future too :)

Greg Zaal
  • 10,856
  • 3
  • 47
  • 86
  • 1
    I come from the future and this doesn't seem to work anymore, here in Blender 2.8 "U" in edit mode gives me the Unwrap menu. – ro_orco Dec 20 '21 at 10:00
  • 9
    So for 2.8 unlink is called "Make single user". It is in Object menu> Relations>Make single user>... – ro_orco Dec 20 '21 at 10:06