Home | Trees | Index | Help |
|
---|
Module Ipo :: Class IpoCurve |
|
This object gives access to generic data from all ipocurves objects in Blender.
Important Notes for Rotation Curves:
For the rotation IpoCurves, the y values for points are in units of 10 degrees. example: 45.0 degrees is stored as 4.50 degrees. These are the same numbers you see in the Transform Properties pupmenu ( NKey ) in the IPO Curve Editor window. Positive rotations are in a counter-clockwise direction, just like in math class.Method Summary | |
---|---|
PyNone |
Adds a Bezier point to a curve. |
float |
Compute the value of the IpoCurve at a particular time. |
string |
Gets the extrapolation type of the curve. |
string |
Gets the interpolation type of the curve. |
string |
Returns the name of the ipo curve. |
list of BezTriples |
Returns all the points of the ipo curve. |
PyNone |
Recomputes the curent value of the curve. |
PyNone |
Sets the extrapolation type of the curve. |
PyNone |
Sets the interpolation type of the curve. |
Class Variable Summary | |
---|---|
bezierPoints : The list of the Bezier points. | |
name : The Curve Data name. |
Method Details |
---|
addBezier(coordlist)Adds a Bezier point to a curve.
|
evaluate(time)Compute the value of the IpoCurve at a particular time.
|
getExtrapolation()Gets the extrapolation type of the curve.
|
getInterpolation()Gets the interpolation type of the curve.
|
getName()Returns the name of the ipo curve. This name can be : LocX,LocY,LocZ,dLocX,dLocY,dLocZ,RotX,RotY,RotZ,dRotX,dRotY,dRotZ,SizeX,SizeY,SizeZ,dSizeX,dSizeY,dSizeZ,Layer,Time,ColR,ColG,ColB,ColA,QuatX,QuatY,QuatZ or QuatW. Currently only works with object and action IPO's..
|
getPoints()Returns all the points of the ipo curve.
|
Recalc()Recomputes the curent value of the curve.
|
setExtrapolation(extrapolationtype)Sets the extrapolation type of the curve.
|
setInterpolation(interpolationtype)Sets the interpolation type of the curve.
|
Class Variable Details |
---|
bezierPointsThe list of the Bezier points. |
nameThe Curve Data name. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Wed May 12 22:11:02 2004 | http://epydoc.sf.net |