/SB_ground_objects

Blender addon - Ground objects to grid floor

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Ground objects

Blender addon - Ground objects to grid floor

Download latest

Want to support ? Check out how


Description

Super simple addon to put bottom of selected at 0 in Z axis (ground objects) with or without offset on the selection.
Because sometimes you just want that!
Also you can center objects on chosen world axis.

All of this is usefull to quickly place a model properly at the center of the scene for future linking.

Probably reinventing the wheel here, but as they say : better have options ;)

Options:

Offset from active : Consider only active object to move with all other objects following along (incompatible with individual mode)

Individually : Affect objects in selection individually instead of considering as a group

1.1.0 Demo:

Ground objects

ground object demo gif

Center on World axis

center axis demo gif

Changelog:

1.2.0

  • added: use 3d cursor as reference point instead of world center (true by default)

1.1.2

  • added: doc url

1.1.1

  • fix: annotation property warning

1.1.0

  • feat: offset from active option
  • feat: center (world) on specific axis
  • new UI

1.0.0

  • V1