Python scripts repository

All scripts are now managed and tracked via the wiki, please see

http://mediawiki.blender.org/index.php/Scripts


for the latest blender scripts.

Animation

Scripts related to the animation process.

 

See all scripts in this category >>

CameraChanger

This python script changes the active camera during an animation.

Walk.O.matic

It's a tool for procedural creation of walk-cycle based 3D animation. Whenever you've got a character that is supposed to be sneaking, walking or running around in a scene, you will probably want to use Walk.O.matic. The script is ridiculously simple to use, and once you've understood how to work with it you will be able to set up complete scenes spanning hundreds or thousands of frames with characters walking around in a matter of minutes - without the hassle that usually comes with other methods of character animation in Blender.

Wizards

All kinds of nifty scripts to generate models such as plants, humans and lego models.

 

See all scripts in this category >>

Blender World Forge

Blender World Forge (BWF) is a Python script designed to build worlds. Its main purpose is the generation of fractal terrains, wether flat or spherical, on which the user can later on add water, clouds etc.

LSystem

An L-system based tree generator.

MakeHuman

MakeHuman is a Python language script (Python.org) to be used within the open source, 3d graphics software package, Blender (http://www.blender.org). The aim of MakeHuman is to allow the quick and easy modeling of humanoid 3d models while keeping the model as realistic as possible.

Import and Export

Scripts to make blender work nicely with other applications.

 

See all scripts in this category >>

NeverBlender

NeverBlender enables creating custom content
(creatures, weapons and armor, placeable items, etc) for Bioware's computer game "Neverwinter Nights". Tools for both importing and exporting Bioware ASCII .mdl files are provided."
- Features and limitations: Exporter can do almost everything the MDL format supports, except for some properties and huge features like emitters and animations (though animation will be there this summer, I promise).

PovAnim

Povanim is an export script project (to discover what are python script) for "mesh" objects, particularly oriented to regular users of Povray 3.5 and MegaPov 0.7, Megapov 1.0 renderers.

Materials and Textures

Scripts to work with Blenders Materials and Textures.

 

See all scripts in this category >>

Capsule Unwrapper

This one is the result of my search for an acceptable unwrapper. It will work well for only convex-like meshes. There are a few controls so you can tweak them to get a better unwrapping.

Modifier Scripts

Scripts that let you alter various blender elements.

 

See all scripts in this category >>

 

 

Knife

A knife python script for cutting a mesh along a given infinite plane.

Taper & Twist Script

I've put together a quick script to taper mesh objects. At the moment it uses only one axis and has options to scale proportional to the distance along that axis, or to its sin or square.
(Original site was down so I found a copy and posted it)