From BlenderWiki

< Extensions:Py | Scripts | Manual | Add
Revision as of 12:55, 7 February 2009 by Mindrones (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

[edit] Poliedri Platonici

[edit] About

Name Poliedri Platonici Version 0.0.2 - 2002.01.22
Generate the five platonic polyhedrons. License N/A
Menu Opens with Text Editor Blender 2.42a - 2.48
Author Stefano Selleri
Link(s) http://www.selleri.org/Blender/scripts/text.html
Executable: poliedri.py Modules:
Data: External Dependencies: None
Additional information:
  • Also in the Add Menu Toolkit
Links Wiki: updated version in rar-archive on blenderWiki -
  • poliedri_248 (2008.12.30) - Script update for Blender 2.48a

[edit] Introduction

Create Platonic Polyhedrons

  • A script to generate the five Platonic Polyhedrons.
  • and to rotate them freely along their principal axis.
  • Many Object types can be created.
  • Simple platonic objects.
  • Also much more Complex objects.
  • Numerical input for precise object creation.
  • Slider input for experimenting.
  • This script can add several useful primitive objects to Blender.
  • Lets look at the interface.


[edit] Instructions

Pollerdi interface.jpg

Interface/Menu Overview

  • Features: Sliders, Numeric Input, Buttons,
  • Polyhedron type
  • 1 = Tetrahedron
  • 2 = Exahedron (cube)
  • 3 = Octahedron
  • 4 = Dodecahedron
  • 5 = Icosahedron
  • Polyhedron side Side of an edge in Blender units.
  • Axis Type 0=A0(vertex), 1=A1(edge), 2=A2(face).
  • Axis Number Axis number within it's family.
  • Rotation Angle Rotation, in degrees, around the axis.
  • Axis X rotation Blender rotation X axis.
  • Axis Y rotation Blender rotation Y axis.
  • Axis Z rotation Blender rotation Z axis.
  • Create Run Script
  • Exit End 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


[edit] Credits


Thanks go to:

  • Stefano Selleri