SCO ButtObjects add-on for Blender - provides tools for aligning Selected Objects to the bounds of the Active Object, the 3D Cursor, or the Origin of the Active Object. Users can align along the X, Y, or Z axis and choose to align to the Minimum, Center, or Maximum bounds, with options for Inside or Outside alignment. When "Align to Object Origin" is selected, additional tools allow copying the Active Object's Scale and Rotation to the Selected Objects. The addon also includes a Distribute function, enabling users to evenly space selected Objects along the X, Y, or Z axis when three or more Objects are selected. The addon is accessible in the Item tab of the 3D Viewport Sidebar, offering a streamlined interface for precise alignment, distribution, and property transfer.
SCO ButtObjects (Object Alignment in Object Mode)
SCO ButtObjects (Object Origin Shift in Edit Mode)
Added Update:
SCO ButtObjects (Blender 5.1 Compatibility and Panel Visibility)
• Improves compatibility with Blender 5.1 by removing the restrictive maximum Blender version from the extension manifest
• Keeps backward compatibility with Blender 4.2+ through blender_version_min = "4.2.0"
• Updates version information consistently to 2.0.7 across the manifest, bl_info, script header, and readme
• Renames the Object Mode and Edit Mode sidebar panels to "SCO ButtObjects" so the tool is easier to identify
• Moves both panels near the top of the Item sidebar tab with bl_order = 1
• Packages the extension with Blender's official extension builder format, ensuring blender_manifest.toml is correctly placed for installation
• Validates the finished ZIP package successfully in Blender 5.1.2
This extension does not require special permissions.