Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 994 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 994 Bytes

Blender addon to Join selected Objects by variable distance

How to install

  • goto Blender -> Edit -> preferences -> addons
  • on the top click "Install", then browse for the downloaded zip file and click install
  • you should find it now in the Addon-list as "Join Objects by distance"

How to use

  • select the objects, addon doesnt care for materials
  • press J
  • property panel "Join objects by distance" should appear
  • set the minimal Distance in number field
  • check Set Origin to Object center first if object origin is somewhere else

Imgur Image

History

  • v0.1 initial version
  • v0.2 fixed script doing far too less, forgot to remove a break