| Home | Trees | Index | Help |
|
|---|
| Module Metaball :: Class Metaball |
|
| Method Summary | |
|---|---|
| Metaball |
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.
|
| Instance Variable Details |
|---|
elementsElement iterator of MetaElemSeq type.
|
fakeUserThe fake user status. Enabling this will keep it in the blend even if there are no users.
|
materialsList of up to 16 Materials or None types Only the first material of the mother-ball used at the moment.
|
nameThe unique name of the metaball.
|
rendersizerender resolution. Value clamped between 0.05 and 1.0. A lower value results in more polygons.
|
threshThreshold setting for this metaball. Value clamped between 0.0 and 5.0.
|
usersThe user count (read only)
|
wiresizedisplay resolution. Value clamped between 0.05 and 1.0. A lower value results in more polygons.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Feb 11 13:30:19 2007 | http://epydoc.sf.net |