Extensions:2.6/Py/Scripts/Add Mesh/Add Solid
< Extensions:2.6 | Py | Scripts | Add Mesh
UI location | Group: AddMesh | ||
---|---|---|---|
Version | 2.0 | Author(s) | dreampainter |
Blender | 2.5 Rev:#28923 | License | GPL |
File name | add_mesh_solid.py |
---|---|
Current version download | https://svn.blender.org/svnroot/bf-extensions/trunk/py/scripts/addons/add_mesh_solid.py |
Links | http://blenderartists.org/forum/showthread.php?t=187339 |
---|
目次
Obsolete
This addon has been merged in “add_mesh_extra_objects” one.
|
Installation
- This script is in Blender 2.5 Add-Ons menu.
Introduction
Create Add Mesh Solid
- This script creates the 31 regular shapes as defined by mathematicians of old.
- All Objects are bases on those 31.
- This script allows you to interactively change between them.
- This is done by cutting off corners (Vertex Truncation) and edges (Edge Truncation) to create new shapes.
Instructions
Interface/Menu Overview
- The interface for this script is found in the Add > Mesh menu
Known Issues
- In Blender 2.5 the scripts currently show up in the toolbar.
- Currently you need to set script parameters before doing any transforms or using modifiers.
Additional Information
- In the Wiki writer's opinion always have Python Installed on your computer when using scripts. http://www.python.org/
Support
- Python & Plugins forum at Blender Artists.
- Back to Extensions:2.5/Py/Scripts