Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeffii/blender_add_3d_dimensions
A script to generate a dimension between selected vertices
https://github.com/zeffii/blender_add_3d_dimensions
Last synced: about 1 month ago
JSON representation
A script to generate a dimension between selected vertices
- Host: GitHub
- URL: https://github.com/zeffii/blender_add_3d_dimensions
- Owner: zeffii
- Created: 2015-05-11T07:12:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T12:42:34.000Z (over 9 years ago)
- Last Synced: 2023-03-13T11:54:39.062Z (over 1 year ago)
- Language: Python
- Size: 191 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blender_add_3d_dimensions
A script to generate a dimension between selected verticesThe original script is by [cwolf3d (Spivak Vladimir)](http://cwolf3d.korostyshev.net/)
wiki: http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Curve/Dimension
blender development thread for the file: https://developer.blender.org/T37151#307879### Why did I make a repository?
The code is offered as GPL, this permits me to copy and modify the code as long as I also keep it GPL license. My intention is to pep8 the code and experiment a bit more with package structuring in python - the original code as of may 2015 is one massive file (3k+ lines), i'd like to see it modularized.
A while back (4 years ago from the time of this writing) I also wrote a [lightweight calliper script](https://github.com/zeffii/GL-calliper) but it never progressed very far, especially not in the final finesse stage of the leading lines and arrows and 3d text.
### Plan!
first modularize, then make openGL drawing and store drawing information in the objects as json in a string.