Module Metaball :: Class Metaball
[frames | no frames]

Class Metaball


The Metaball object

This metaball gives access to generic data from all metaballs in Blender.
Method Summary
Metaball __copy__()
Return a copy of this metaball object data.

Instance Variable Summary
MetaElemSeq elements: Element iterator of MetaElemSeq type.
bool fakeUser: The fake user status.
list materials: List of up to 16 Materials or None types Only the first material of the mother-ball used at the moment.
string name: The unique name of the metaball.
float rendersize: render resolution.
float thresh: Threshold setting for this metaball.
int users: The user count (read only)
float wiresize: display resolution.

Method Details

__copy__()

Return a copy of this metaball object data.
Returns:
Metaball
           (type=Metaball)

Instance Variable Details

elements

Element iterator of MetaElemSeq type.
Type:
MetaElemSeq

fakeUser

The fake user status. Enabling this will keep it in the blend even if there are no users.
Type:
bool

materials

List of up to 16 Materials or None types Only the first material of the mother-ball used at the moment.
Type:
list

name

The unique name of the metaball.
Type:
string

rendersize

render resolution. Value clamped between 0.05 and 1.0.

A lower value results in more polygons.
Type:
float

thresh

Threshold setting for this metaball. Value clamped between 0.0 and 5.0.
Type:
float

users

The user count (read only)
Type:
int

wiresize

display resolution. Value clamped between 0.05 and 1.0.

A lower value results in more polygons.
Type:
float

Generated by Epydoc 2.1 on Sun Feb 11 13:30:19 2007 http://epydoc.sf.net