Home | Trees | Indices | Help |
|
---|
|
Instance Variables | |
Vector |
co The location of this element. |
Vector |
dims Element dimensions. |
bool |
hide Element hidden status. |
bool |
negative Element negative volume status. |
Quaternion |
quat Element rotation. |
float |
radius Element radius. |
float |
stiffness Element stiffness. |
int |
type The type of the metaball. |
Instance Variable Details |
dimsElement dimensions. Values clamped between 0 and 20 on all axies.
|
radiusElement radius. Value clamped between 0 and 5000.
|
stiffnessElement stiffness. Value clamped between 0 and 10.
|
typeThe type of the metaball. Values must be from Types Example:from Blender import Metaball mb= Metaball.Get('mb') for el in mb.elements: el.type= Metaball.Types.CUBE
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon May 19 15:32:20 2008 | http://epydoc.sourceforge.net |