Project: Blender Extensions
Tracker: Py Scripts Contrib
Author(s): Campbell Barton AKA Ideasman
Script name: Solidify selected edges (wire)
Wiki page: http://wiki.blender.org/index.php/Extensions:Py/Scripts/Manual/Mesh/wire_mesh_py
Category: Mesh
Status: Closed
This script creates a wire mesh.
Usage:
Select the mesh you want to work on, enter Edit Mode and select the vertices.
Run the script to create the "Wireframe".
Press P in edit mode to separate selected.
This disconnects the wire mesh from the Base mesh.
This script can be used well to create Tubes using the subsurf modifier.
Other Wireframe scripts will make Square Tubes & do not react well to the subsurf modifier.
This script makes the best use of the subsurf modifier of all the wireframe scripts.
Making it easy to create a true Circular Tube wireframes.