From BlenderWiki
[edit] Add Mesh Paraboloid
| Executable: add_mesh_paraboloid.py
| Modules:
|
| Data:
| External Dependencies: None
|
| Additional information: Access by the Spacebar Menu as a primative.
|
| Links Wiki: updated version in rar-archive on blenderWiki -
|
[edit] Introduction
Create Add Mesh Paraboloid
- This Script creates a Paraboloid Primitive.
- Copy the script to .blender/scripts.
- Press the Space Bar.
- Then Add.
- Then Mesh.
- Below the Monkey.
- There is the Paraboloid.
- Press Paraboloid.
- To create the New Mesh.
- This primitive was added in Blender.
- As A Script, not Hardcoded.
[edit] Instructions
Interface/Menu Overview
- Features: Sliders, Numeric Input, Buttons.
- Segments
- Rings
- Height
- Radius
[edit] Additional Information
- In the Wiki writer's opinion always have Python Installed on your computer when using scripts. http://www.python.org/
[edit] Support