Extensions:2.6/Py/Scripts/Modeling/Bevel
UI location | Group: Mesh | ||
---|---|---|---|
Version | 0.4 | Author(s) | Chromoly |
Blender | 2.57 | License | GPL |
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.
note:I will have a zip file posted shortly after Blender 2.57 release.