Why do we apply that location. If I have multiple objects in blender, I can relatively see each coordinates, and add new one based on existing. If I reset all will be zeros, so nothing to compare.
-
2Do you have a specific case you don't understand where we can explain the reason? Generally you apply location only when you need to - usually for modifiers and in other cases where the location of the object origin matters. – Jaroslav Jerryno Novotny Feb 24 '18 at 23:14
-
2I'm not sure I EVER applied the location on purpose since 2001. It simply moves the Object Origin to 0,0,0. I apply rotation and scale frequently. Maybe it's for completion sake. Or some ancient functionality required it. – Haunt_House Feb 24 '18 at 23:17
-
Say you want the origin on the base of the default cube. You can move the cube up one unit in z (g z 1) and apply location. – batFINGER Feb 25 '18 at 00:55
-
1Or I can do it in Edit Mode. TAB G Z 1 RETURN TAB is easier for my addled brain. Menus give me angst. Sometimes I wonder what people think about us when we throw rows of keyboard shortcuts around – Haunt_House Feb 25 '18 at 01:28
-
2Related: Why is it important to apply transformation to an objects data? – Feb 25 '18 at 02:09
-
@Haunt_House edit mode works only on a per object basis (need to make sure all verts are selected also). Doing it in edit mode is doing pretty much what apply location does, adjusts the local vert coords to new origin. – batFINGER Feb 25 '18 at 09:15
-
@batFINGER When I create a cube, all verts are selected by default, so there. The amount of effort is usally the same. And so far I haven't had the occasion when I wanted to set 20 Object Origins to 0,0,0. There must be some reason but it never crossed paths with me. If I want to do a chart, equalizer style thingy, I create the grounded cube first and then duplicate it. – Haunt_House Feb 25 '18 at 09:48
-
@Haunt_House so there is no need for the object mode apply transforms operator ? – batFINGER Feb 25 '18 at 10:04
-
@batFINGER no apparent need that I can pull out of my hat. Which doesn't mean much ( : But we're talking about Apply Location, not the operator in general. Apply Rotation and/or Scale is veryvery useful. – Haunt_House Feb 25 '18 at 10:24
1 Answers
Do we have to apply location after moving object?
In short, No. In which case thought I'd explain what it does, and a couple of scenarios where it may be useful.
Local vs Global Coordinates.
Blender uses world and local coordinates.
When an object has zero location and rotation, and unity scale, the local coordinates of its data will match the corresponding world coordinates.
For instance the default cube has its origin at (0, 0, 0) and its data, the mesh, has a corner (vertex) at (1, 1, 1).
If I move the cube object to (1, 1, 1) the local coordinates remain the same, but the global coordinate of the fore mentioned corner vertex is now (2, 2, 2) I've snapped the 3D cursor to the vertex in image below to demonstrate, would also show by selecting "Global" for vertex coordinate.
Applying location in object mode, would alter all vertices local coordinate to the global coordinates, matching its origin to global origin. (note has no rotation or scale applied)
Applying location is the same operation as Origin to 3D cursor with the 3D cursor at (0, 0, 0). (with no object parenting)
Why do this?
If I want the origin on base of default cube I can move it up one unit such that global
(0, 0, 0)is on its base, and apply location.Let's say I have an intricate assembly made up of different parts that I've modeled with a separate object for each. When finished, it may be simpler to have all the parts located at
(0, 0, 0)and let the local mesh data take care of the positioning, by applying all transforms on all components. (that way if I transform a part later, it can be relocated easily, I don't need to remember its location, rotation and scale, I can just set all to default) I've imported a number of models that have been arranged this way.- Making simple model of earth and moon. Add sphere (earth) at origin, duplicate for a moon, scale down move away along x axis and apply location. It can now be rotated in its fixed orbit around earth by simply adjusting the z Euler rotation.
- 84,216
- 10
- 108
- 233
