The Blender NMesh module
This module provides access to the raw Mesh data block.
Examples will not be given, as the life time of this module will be
most probably limited. Use the Mesh module instead.
Functions
|
|
GetRaw
GetRawFromObject
NMesh
New
PutRaw
|
|
GetRaw
|
GetRaw ( name=None )
If name specified, the Mesh object with name is returned, None
if not existant. Otherwise, a new empty Mesh is initialized and returned.
|
|
GetRawFromObject
|
GetRawFromObject ( name )
This returns the mesh as used by the object, which
means it contains all deformations and modifications.
|
|
NMesh
|
NMesh ( data )
|
|
New
|
New ( name=None )
Creates a new NMesh mesh object and returns it
|
|
PutRaw
|
PutRaw ( mesh, name="Mesh" )
Creates a Mesh Object instance in Blender, i.e. a Mesh Object in the
current Scene and returns a reference to it. If name specified, the Mesh
name is overwritten. In this case, no Object reference is returned.
|
Classes
|
|
|
|