Blender Documentation Volume II - Reference Guide: Last modified March 29 2004 S68 | ||
---|---|---|
<<< Previous | Python API Reference | Next >>> |
Types
Scene
Object
NMesh
Material
Armature
Camera
Lamp
World
Metaball
Effect
Curve
Ipo
BGL
Draw
Window
Image
Text
This Reference documents the Blender Python API, a growing collection of Python modules (libs) that give access to part of the program's internal data and functions.
Through scripting, Blender can be extended in realtime. Possibilities range from simple functionality to importers / exporters and even more complex "applications". Blender scripts are written in Python, an impressive high level, multi-paradigm, open-source language.
Version: 0.1
Author: The Blender Python Team
Requires: Blender 2.28 (already updated for 2.28a) or newer.
www.blender.org , projects.blender.org , www.python.org , www.python.org/doc
Function Summary | ||
| Get(request) Retrieve settings from Blender. | |
| Redraw() Redraw all 3D windows | |
int | ReleaseGlobalDict(bool) Define whether the global Python Interpreter dictionary should be cleared after the script is run. | |
| Set(request, data) Update settings in Blender |
Get(request) Retrieve settings from Blender.
|
ReleaseGlobalDict(bool=None) Define whether the global Python Interpreter dictionary should be cleared after the script is run. Default is to clear (non-zero bool).
|
<<< Previous | Home | Next >>> |
Python API Reference | Up | Module Types |