Extensions:Py/Scripts/Manual/Add/Torus Primitive

From BlenderWiki

Jump to: navigation, search

Contents

[edit] Torus Primitive

[edit] About

Name Torus Primitive Version 0.2 - 28-03-04
A torus with some special parameters License Blender Artistic Licence (BAL)
Menu Group: Misc Blender 2.42a - 2.47
Author Wim Van Hoydonck
Link(s) http://users.pandora.be/tuinbels/scripts/torus.py
Executable: torus.py Modules:
Data: External Dependencies: None
Additional information: Also in Add_Menu_Toolkit
Links Wiki: updated version in rar-archive on blenderWiki -

[edit] Introduction

Create Torus Primitive

  • This Script creates a Torus Primitive.
  • Copy the script to .blender/scripts.
  • The script shows up in Scripts Misc
  • This script has many more options
  • Than you can find in the normal Torus object.
  • It is limited to donut shape.
  • But you can greatly modify the parameters.
  • This script can create a variety of shapes.
  • Experimenting is the key.


[edit] Instructions

Interface/Menu Overview

  • Features: Sliders, Numeric Input, Buttons.
  • radius1 thickness of toroid.
  • radius0 base radius of toroid.
  • ring shape shape of torus ring.
  • rings number of rings (horizontal).
  • segment shape shape of cross section of ring.
  • segments number of sgements (vertical)
  • Create run script.


[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