Extensions:2.6/Py/Scripts/Modeling/Bevel

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts‎ | Modeling
2018年6月29日 (金) 04:39時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索
Bevel
Bevel a mesh
UI location Group: Mesh
Version 0.4 Author(s) Chromoly
Blender 2.57 License GPL


Executable information
File name
Current version download SVN https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/mesh_bevel/



Instructions

To Install and enable the add-on.
In your addons folder, create a folder called Mesh_Bevel

Located here: ..\[Blender Install Directory]\[version]\scripts\addons
Example: c:\Blender\2.57\scripts\addons\Mesh_Bevel

Download the files from the link above, keeping the same file structure.

The structure should look like this:

..\Mesh_Bevel\__init__.py
..\Mesh_Bevel\va\__init__.py
..\Mesh_Bevel\va\gl.py
..\Mesh_Bevel\va\math.py
..\Mesh_Bevel\va\mesh.py
..\Mesh_Bevel\va\utils.py
..\Mesh_Bevel\va\view.py

Be sure that you have both __init__.py files, they are not the same.

Now in Blender User Preferences > Addons > Mesh, enable the Mesh_Bevel addon.
You will now find the Bevel option in Edit Mode by pressing the "W" Key.
In the toolbar you will now find an option bevel, with a slider & a menu.
Choosing either Default Bevel or Vertex Bevel can make a significant difference to the result.

Limitations & Bugs

Be careful, the slider is not limited so use small increases. The script may create hidden verts that can render Black. More information to follow.

to do

 

note:I will have a zip file posted shortly after Blender 2.57 release.