From BlenderWiki

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

[edit] Ladder

[edit] About

Name Ladder Version 1.0
Add a ladder mesh License GPL
Menu Group: AddMesh ( see note ) Blender 2.47
Author Alejandro Sierra http://www.atzibala.com/blender/cube_wire/
Link(s) http://blenderartists.org/forum/showthread.php?t=130717
Executable: add_mesh_ladder.py Modules: mesh_cube_wire.py
Data: External Dependencies: None
Additional information: Press spacebar/mesh to find a new Primitive 'Ladder'
  • Also in Add Mesh Toolkit
Links Wiki: updated version in rar-archive on blenderWiki -

[edit] Introduction

Create Add Mesh Ladder

  • This Script creates a Ladder Primitive.
  • Copy the script to .blender/scripts.
  • Download & copy the mesh_cube_wire.py script from the link above.
  • Press the Space Bar.
  • Then Add.
  • Then Mesh.
  • Below the Monkey.
  • There is the Ladder.
  • Press Ladder.
  • To create the New Mesh.
  • This primitive was added in Blender.
  • As A Script, not Hardcoded.


[edit] Instructions

Script Overview

  • This script makes Ladder Primitives.
  • Before you can use the script.
  • you must download the mesh_cube_wire.py script from,
  • http://www.atzibala.com/blender/cube_wire/
  • Copy this script to your "bpymodules folder"
  • Then run the Ladder script.
  • You can also copy the mesh_cube_wire.py script
  • Into your .blender/scripts Folder to use as a standalone wire mesh script also.
  • Still to update the mesh_cube_wire.py script yet.

documentation is a wip.

[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