A modernized fork of the classic MeasureIt add-on for Blender, focused on a cleaner, more streamlined workflow and proper integration with the 3D viewport.
- Lives in 3D space, not screen space. Measurements are drawn as real 3D overlays, so they behave correctly with camera movement, perspective, and depth — no more flat, screen-glued labels that ignore your scene.
- Lean and focused UI. Panels and options have been simplified to keep the workflow fast and uncluttered. Less noise, more measuring.
- Built for Blender 5.x. Packaged as a modern Blender extension (
blender_manifest.toml) and updated for the current API. - Extra utilities. Includes a Sum Edge Lengths operator in the Edit Mesh > Edges menu for quickly totaling selected edge lengths.
- Blender 5.0 or newer
- Download this repository as a ZIP (Code > Download ZIP) or clone it and zip the
MeasureIt-Xfolder yourself. - In Blender, open Edit > Preferences > Add-ons.
- Click the dropdown arrow in the top-right of the Add-ons panel and choose Install from Disk...
- Select the ZIP file.
- Enable MeasureIt X in the list.
- Copy the
MeasureIt-Xfolder into your Blender add-ons directory:- Windows:
%APPDATA%\Blender Foundation\Blender\<version>\scripts\addons\ - macOS:
~/Library/Application Support/Blender/<version>/scripts/addons/ - Linux:
~/.config/blender/<version>/scripts/addons/
- Windows:
- Restart Blender.
- Enable MeasureIt X in Preferences > Add-ons.
- Open the N-panel in the 3D Viewport and find the View tab.
- Select an object (or enter Edit Mode and pick vertices).
- Use the MeasureIt X panel to add segments, angles, arcs, areas, labels, notes, or origins.
- Measurements render directly in the viewport and follow your camera in true 3D.
- For totaling edge lengths in Edit Mode: select edges, then Edge menu > Sum Edge Lengths.
Released under the GPL-3.0-or-later license, matching the original MeasureIt add-on.
- Original author: Antonio Vazquez (antonioya)
- Original repository: https://projects.blender.org/antoniov/measureit
- Blender Extensions page: https://extensions.blender.org/add-ons/measureit/
- Fork by Max Derksen, maintained as MeasureIt X.