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

提供: wiki
< Extensions:2.4‎ | Py‎ | Scripts‎ | Add
移動先: 案内検索
Torus Primitive
A torus with some special parameters
UI location Group: Misc
Version 0.2 - 28-03-04 Author(s) Wim Van Hoydonck
Blender 2.42a - 2.47 License Blender Artistic Licence (BAL)
Note(s) Also in Add_Menu_Toolkit


Executable information
File name torus.py
Current version download updated version in rar-archive on blenderWiki -

torusprimative_248 (2009.01.05) - Script update for Blender 2.48a


Links http://users.pandora.be/tuinbels/scripts/torus.py


Introduction

Scripts manual add torus prim result.jpg

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.


Instructions

Scripts manual add torus prim interface.jpg

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.


Additional Information


  • In the Wiki writer's opinion always have Python Installed on your computer when using scripts. http://www.python.org/

Support