Home | Trees | Index | Help |
|
---|
Module Ipo :: Class Ipo |
|
Method Summary | |
---|---|
float |
Gets the current value of a curve of the Ipo. |
list of 9 floats |
Gets a beztriple of the Ipo. |
int |
Gets the blocktype of the Ipo. |
IpoCurve object |
Returns the IpoCurve with the given name. |
a list of 4 floats |
Gets the basepoint of a curve of the ipo. |
float |
Gets the current value of a curve of the Ipo. |
list |
Gets all the IpoCurves of the Ipo. |
string |
Gets the name of the Ipo. |
int |
Gets the number of curves of the Ipo. |
list of floats |
Gets the rctf of the Ipo. |
PyNone |
Sets the beztriple of the Ipo. |
PyNone |
Sets the blocktype of the Ipo. |
PyNone |
Sets the name of the Ipo. |
PyNone |
Sets the rctf of the Ipo. |
Method Details |
---|
EvaluateCurveOn(curvepos, time)Gets the current value of a curve of the Ipo.
|
getBeztriple(curvepos, pointpos)Gets a beztriple of the Ipo.
|
getBlocktype()Gets the blocktype of the Ipo.
|
getCurve(curvename)Returns the IpoCurve with the given name. The possible values for curvename are R,G,B,SpecR,SpecG,SpecB,MirR,MirG,MirB,Ref,Alpha,Emit,Amb,Spec,Hard,SpTra,Ang,Mode,HaSize,OfsX,OfsY,OfsZ,SizeX,SizeY,SizeZ,TexR,TexG,TexB,DefVar,Col,Nor,Var(Material Ipo) HorR,HorG,HorB,ZenR,ZenG,ZenB,Expos,Misi,MisDi,MisSta,MisHi,StaR,StaG,StaB,StarDi,StarSi,OfsX,OfsY,OfsZ,SizeX,SizeY,SizeZ,TexR,TexG,TexB,DefVar,Col,Nor,Var (World Ipo) LocX,LocY,LocZ,dLocX,dLocY,dLocZ,RotX,RotY,RotZ,dRotX,dRotY,dRotZ,SizeX,SizeY,SizeZ,dSizeX,dSizeY,dSizeZ,Layer,Time,ColR,ColG,ColB,ColA (Object Ipo) Lens,ClSta,ClEnd (Camera Ipo)
|
getCurveBP(curvepos)Gets the basepoint of a curve of the ipo.
|
getCurvecurval(curvepos)Gets the current value of a curve of the Ipo.
|
getCurves()Gets all the IpoCurves of the Ipo.
|
getName()Gets the name 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.
|
setName(newname)Sets the name of the Ipo.
|
setRctf(newrctf)Sets the rctf of the Ipo.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Nov 29 19:05:57 2003 | http://epydoc.sf.net |