From BlenderWiki
| UI location | Group: 3D View | ||
|---|---|---|---|
| Version | 0.7.12 | Author(s) | Pontiac |
| Blender | 2.55 r#33931 | License | GPL |
| File name | space_view3d_panel_measure.py |
|---|---|
| Current version download | https://svn.blender.org/svnroot/bf-extensions/trunk/py/scripts/addons/space_view3d_panel_measure.py |
| Bug reports | https://projects.blender.org/tracker/index.php?func=detail&aid=21445 | |
|---|---|---|
| Links | http://blenderartists.org/forum/showthread.php?t=177800 | |
Installation
- This script is in Blender.
- Open Blender and go to the addons tab in User Preferences.
- Click the Install Addon button at the bottom and find the *.py file.
- Enable the script
Instructions
Interface/Menu Overview
Once enabled, you can find the menu for this script in the properties panel. "N" key.
This script adds a line between two points, either the cursor & a selected object or two selected objects.
The script returns the value (distance/length) of the line in the script interface & in the 3D view.
Known Issues
- The script only works once after you activated the Properties [N] panel in the 3D view.
- Deactivating the addon will not end the drawing of the 3D lines & text, but the panel will be gone.
Additional Information
Support
- Thread at Blender Artists.
- Back to Extensions:2.5/Py/Scripts
Links
- gitorious.org project for the script by pontiac