Extensions:2.6/Py/Scripts/Curve/Dimension

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts‎ | Curve
2018年6月29日 (金) 06:06時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索
Dimension
Script to create dimensions in the Blender
UI location Add > Curve > Dimension
Usage Just select the two vertices and go to Object mode and a panel click Add Linear dimension or Add 3D dimension.
Version 3.9.5 Author(s) Spivak Vladimir
Blender 2.78 License GPL
Category 2.6/Py/Scripts/Curve Distribution Contrib


Executable information
File name add_dimension.py
Current version download https://developer.blender.org/diffusion/BAC/browse/master/add_dimension.py


Links http://cwolf3d.korostyshev.net/index.php/portfolio/python/148-python-script-for-blender-added-dimension


Introduction


Add > Curve > Dimension

3 types of linear dimensions, 1 radius, 1 diameter, 3 corner and 1 note.

Dimension-800-760.jpg
Dimension v2-800-502.jpg

Change the dimension at any time


It is possible to change the dimension at any time, even after creation.

To this is added the panel. To change the size to select it and click in the panel - change.

Dimension change.jpg

You can add a dimension is very simple


You can add a dimension is very simple, just select the two vertices and go to Object mode and a panel click Add Linear dimension or Add 3D dimension.

Dimension v3 2 points.jpg

Download


The script can be downloaded at this link: http://cwolf3d.korostyshev.net/images/dimension/add_dimension.zip

Blender3D FreeTip.png
You must first unzip
You must first unzip the file and copy the contents to the default folder addons Blender


Or: https://developer.blender.org/diffusion/BAC/browse/master/add_dimension.py

Support