4

I have two cushions, and one of the cushions is an instance of another(object data synchronized). So I wanted to unwrap the cushion, but it came out odd because the scale is wrong.So I am wondering: How to apply the scale to this object which is an instance of another one?(basically to a multi-user object)

A.D.
  • 3,528
  • 7
  • 31
  • 60

2 Answers2

3

You can't apply scale on multi-user object data. You will have to make the single user objects. U > Single User

You can relink the object data after applying the scale. See this answer for more information on relinking.

Leander
  • 26,725
  • 2
  • 44
  • 105
-3

Unfortunately you cannot apply the scale of linked from another file objects. The reason this is so is because it is an exact copy from the original file and so you cannot change many parameters

DrachenSeele
  • 724
  • 4
  • 17