| Home | Trees | Index | Help |
|
|---|
|
Armature: The Blender.Armature submodule.
BGL: The Blender.BGL submodule (the OpenGL wrapper).
Blender: The main Blender module.
Camera: The Blender.Camera submodule.
Curve: The Blender.Curve submodule.
Draw: The Blender.Draw submodule.
Effect: The Blender.Effect submodule
Image: The Blender.Image submodule.
Ipo: The Blender.Ipo submodule
Lamp: The Blender.Lamp submodule.
Lattice: The Blender.Lattice submodule.
Material: The Blender.Material submodule.
Metaball: The Blender.Metaball submodule
NMesh: The Blender.NMesh submodule.
Object: The Blender.Object submodule
Registry: The Blender.Registry submodule.
Scene: The Blender.Scene submodule.
Sys: The Blender.sys submodule.
Text: The Blender.Text submodule.
Texture: The Blender.Texture submodule.
Types: This module is a dictionary of Blender Python types, for type
checking.
Window: The Blender.Window submodule.
World: The Blender.World submodule
Armature.Armature:
This object gives access to Armature-specific data in Blender.
Armature.Bone:
This object gives access to Bone-specific data in Blender.
BGL.Buffer:
The Buffer object is simply a block of memory that is delineated and
initalized by the user.
Camera.Camera:
This object gives access to Camera-specific data in Blender.
Curve.Curve:
This object gives access to Curve-specific data in Blender.
Effect.Effect:
This object gives access to generic data from all effects in
Blender.
Image.Image:
This object gives access to Images in Blender.
Ipo.BezTriple:
This object gives access to generic data from all beztriple objects in
Blender.
Ipo.Ipo:
This object gives access to generic data from all objects in
Blender.
Ipo.IpoCurve:
This object gives access to generic data from all ipocurves objects in
Blender.
Lamp.Lamp:
This object gives access to Lamp-specific data in Blender.
Lattice.Lattice:
This object gives access to Lattices in Blender.
Material.Material:
This object gives access to Materials in Blender.
Metaball.Metaball:
This metaball gives access to generic data from all metaballs in
Blender.
NMesh.NMCol:
This object is a list of ints: [r, g, b, a] representing an rgba
colour.
NMesh.NMFace:
This object holds mesh face data.
NMesh.NMVert:
This object holds mesh vertex data.
NMesh.NMesh:
This object gives access to mesh data in Blender.
Object.Object:
This object gives access to generic data from all objects in
Blender.
Scene.Scene:
This object gives access to Scene data in Blender.
Text.Text:
This object gives access to Texts in Blender.
Texture.MTex:
This object links a material to a texture.
Texture.Texture:
This object gives access to Texture-specific data in Blender.
World.World:
This object gives access to generic data from all worlds in
Blender.
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Mon Feb 2 18:51:07 2004 | http://epydoc.sf.net |