Home | Trees | Indices | Help |
|
---|
|
The Blender.Mesh.Primitives submodule.
New:This submodule provides access Blender's mesh primitives. Each module function returns a BPy_Mesh object which wraps the mesh data. This data can then be manipulated using the Mesh API.
Example:from Blender import * me = Mesh.Primitives.Cube(2.0) # create a new cube of size 2 sc = Scene.GetCurrent() # get current scene sc.objects.new(me,'Mesh') # add a new mesh-type object to the scene Window.RedrawAll() # update windows
Functions | |||
BPy_Mesh |
|
||
BPy_Mesh |
|
||
BPy_Mesh |
|
||
BPy_Mesh |
|
||
BPy_Mesh |
|
||
BPy_Mesh |
|
||
BPy_Mesh |
|
||
BPy_Mesh |
|
||
BPy_Mesh |
|
||
BPy_Mesh |
|
Function Details |
|
|
|
|
|
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon May 19 15:32:19 2008 | http://epydoc.sourceforge.net |