From BlenderWiki

Jump to: navigation, search

[edit] Add Mesh Paraboloid

[edit] About

Name add_mesh_paraboloid Version 1
Add paraboloid to the spacebar mesh menu. License GPL
Menu Group: AddMesh ( see note ) Blender 2.46 - 2.47
Author Zoel
Link(s) http://blenderartists.org/forum/showthread.php?t=98697
Executable: add_mesh_paraboloid.py Modules:
Data: External Dependencies: None
Additional information: Access by the Spacebar Menu as a primative.
  • Also in Add Mesh toolkit
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