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)
Asked
Active
Viewed 1,513 times
2 Answers
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
-
This will work on normal objects. On linked objects - definitely not. – metaphor_set Apr 25 '19 at 13:54
-
Yes I confused it with patented objects, I edited with explanation – DrachenSeele Apr 25 '19 at 18:18