Hi, This is the task for measureit addon by @Antonio Vazquez (antoniov)
This addon provider render able measure tools in the 3d view.
BA Thread: http://blenderartists.org/forum/showthread.php?371788-Add-on-v1-6-MeasureIt-measurement-tools
Git hub: https://github.com/Antonioya/blender/tree/master/measureit
File: http://blenderartists.org/forum/showthread.php?371788-Add-on-v1-6-MeasureIt-measurement-tools
Thanks
Description
Description
Related Objects
Related Objects
- Mentioned In
- rBAcf4ac00ea0aa: add mesureit to release "warning temporary status" pending T48704
rBAC22c38f1877df: initial commit: measureit by Antonioya: T48704
Event Timeline
link to contrib: https://developer.blender.org/diffusion/BAC/browse/master/measureit/
Checked over the addon,
Blocking Issues
- Saving an image is using the "//" prefix which isn't expanded, call bpy.path.abspath() on the path before passing to save_render. (Currently Im getting an error Error: MeasureIt: Unable to save temporary render image. Define a valid render path)
- try/except is used in a way which can hide real bugs (measureit_geometry.py:92 has ~540 lines of code in a try block, where failing on a non index error will pass) ... in general this should be avoided since a mistake in the code, or a minor API change can cause an error which will silently fail.
General Issues
- Wildcard * imports should be avoided.
@Antonio Vazquez (antoniov)
measureit is committed to release.
note: there are some pending issues here. I have discussed with antoniov & he is aware of issues & will attend to these after gp2 work is finalized & during bcon3.
added warning to bl info 'warning': 'Temporary: pending review fixes T48704',
thanks & welcome.