Skip to content

AivanF/Blender-Addon-Objects-Align

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Blender objects alignment addon

A while ago a friend of mine asked me to create a simple addon for objects alignment. I have experience of Python and some tiny one of Blender, thus I agreed and then created what you see here.

BTW, the addon works with both Blender 2.8 and 2.7x. And I'm not obsessed with this project, so don't expect frequent updates. Any adequate contributions are welcome.

Usage

The addon adds View3D > Object > Align submenu, there you can see these commands:

  • Align between bounds – it will place selected objects...

    1. using specified order (based on source axis; it can be the same axis as target)
    2. between the most distant (based on target axis) objects setting same distance between objects
    3. depending on objects' centers or borders.
  • Align with specific padding by cursor – it will place selected objects...

    1. using specified order (based on source axis; it can be the same axis as target)
    2. with the same specified distance between objects starting from Cursor
    3. depending on objects' centers or borders.

All the relocations affect the target axis only.

Installation

  1. Copy the content of the Python file;

  2. Paste it as a new file to the Scripting section of your Blender project;

  3. And click Run script button.

After that you will be able to use the Align submenu.
If you know a better installation way – let me know.

ToDo list

  • Aligning with specific padding based on objects' borders works correctly only if objects' origin are geometry centers. It would be better to deal with any origin.

  • Something else?..

License

GPL 3.0

About

Blender addon for simple objects alignment

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages