Trees | Indices | Help |
---|
|
This gives direct access to meta element data within a metaball.
|
|||
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. |
|
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 TypesExample: from Blender import Metaball mb= Metaball.Get('mb') for el in mb.elements: el.type= Metaball.Types.CUBE
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Oct 24 10:23:52 2008 | http://epydoc.sourceforge.net |