In Blender 4.2 I don’t find the copy scale option anywhere.
Could someone learn me how to do these steps in 4.2 :
To set all objects to the same scale without modifying their sizes, you need to use the applied scale of a reference object (one that’s already scaled correctly) to adjust all other objects in the scene. Here are the steps to do this in Blender:
- Apply the Scale of the Reference Object:
- Select the object that you have already scaled correctly.
- Press
Ctrl + A
and choose Scale. This will apply the scale of the object and set the scale values to 1 for X, Y, and Z while keeping its real-world dimensions.
- Select All Other Objects:
- Select all objects in your scene by pressing
A
. - Then, deselect the reference object by holding
Shift
and clicking on the reference object. This will leave all other objects selected.
- Copy the Applied Scale from the Reference Object:
- With all other objects selected, select the reference object last (hold
Shift
and click on the reference object). This makes it the active object without deselecting the others. - Press
Ctrl + L
to open the linking menu, then choose Copy Scale. - This will copy the scale from the reference object to all other objects, setting their scale values to 1 without changing their actual dimensions.
- Verification:
- You can verify the dimensions of a few objects in the Item panel (
N
) to ensure they are now set to the correct scale without being resized.
This method ensures that all objects share the same scale without altering their sizes or proportions in the scene.
In a simple way, I ask question on how to copy the scale from a reference object to all other object without modifying the size of them.