Blender Documentation Volume II - Reference Guide: Last modified March 29 2004 S68 | ||
---|---|---|
<<< Previous | Python API Reference | Next >>> |
This object gives access to generic data from all objects in Blender. This object has no attribute.
Method Summary | ||
float | EvaluateCurveOn(curvepos, time) Gets the current value of a curve of the Ipo. | |
list of 9 floats | getBeztriple(curvepos, pointpos) Gets a beztriple of the Ipo. | |
int | getBlocktype() Gets the blocktype of the Ipo. | |
a list of 4 floats | getCurveBP(curvepos) Gets the basepoint of a curve of the ipo. | |
float | getCurvecurval(curvepos) Gets the current value of a curve of the Ipo. | |
string | getName() Gets the name of the Ipo. | |
int | getNcurves() Gets the number of curves of the Ipo. | |
list of floats | getRctf() Gets the rctf of the Ipo. | |
PyNone | setBeztriple(curvepos, pointpos, newbeztriple) Sets the beztriple of the Ipo. | |
PyNone | setBlocktype(newblocktype) Sets the blocktype of the Ipo. | |
PyNone | setName(newname) Sets the name of the Ipo. | |
PyNone | setRctf(newrctf) Sets the rctf of the Ipo. |
EvaluateCurveOn(curvepos, time) Gets the current value of a curve of the Ipo.
|
getBeztriple(curvepos, pointpos) Gets a beztriple of the Ipo.
|
getCurveBP(curvepos) Gets the basepoint of a curve of the ipo.
|
getCurvecurval(curvepos) Gets the current value of a curve of the Ipo.
|
getNcurves() Gets the number of curves of the Ipo.
|
getRctf() Gets the rctf of the Ipo. Kind of bounding box...
|
setBeztriple(curvepos, pointpos, newbeztriple) Sets the beztriple of the Ipo.
|
setBlocktype(newblocktype) Sets the blocktype of the Ipo.
|
<<< Previous | Home | Next >>> |
Class Ipo | Up | Class IpoCurve |