8

I have about 400 different Plant models. I need the origin to be at the very bottom of the plant so I can plant them at the correct height when I export them to Unity. Is there a faster way to do this than:

  1. Snap cursor to Selected
  2. Set 3D Cursor Location Z to 0
  3. Object transform origin to 3D Cursor
AzulShiva
  • 835
  • 1
  • 15
  • 35

1 Answers1

12

Enable the align tools Add-On.

enter image description here In the 3D Viewport select your objects, open the Sidebar (N)

Go to the Item tab.

In Align Tools > Advanced Align Operations, click on the Advanced button.

On the bottom left of the viewport window the Align operators control will open.

Set the Operator to Pivot mode.

Enable Active too, Self and Min

Then set the Axis you are aligning, in this case it should be $Z$

enter image description here

Then your objects origins are at the bottom.

For older versions of Blender the interface looks like this:

enter image description here

susu
  • 14,002
  • 3
  • 25
  • 48
JuhaW
  • 1,856
  • 13
  • 18