Extensions:2.4/Py/Scripts/Add/Ladder

提供: wiki
< Extensions:2.4‎ | Py‎ | Scripts‎ | Add
移動先: 案内検索
Ladder
Add a ladder mesh
UI location Group: AddMesh ( see note )
Usage Press spacebar/mesh to find a new Primitive 'Ladder'
Version 1.0 Author(s) Alejandro Sierra http://www.atzibala.com/blender/cube_wire/
Blender 2.47 License GPL
Note(s) Also in Add Mesh Toolkit


Executable information
File name add_mesh_ladder.py
Current version download updated version in rar-archive on blenderWiki - addmesh_ladder_248a (2008.12.30) - Script update for Blender 2.48a
Python modules mesh_cube_wire.py


Links http://blenderartists.org/forum/showthread.php?t=130717


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.


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.

Additional Information


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

Support