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 ipocurves objects in Blender.
Method Summary | ||
PyNone | addBezier(coordlist) Adds a Bezier point to a curve. | |
string | getExtrapolation() Gets the extrapolation type of the curve. | |
string | getInterpolation() Gets the interpolation type of the curve. | |
string | 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, or ColA. | |
list | getPoints() Returns all the points of the ipo curve. | |
PyNone | Recalc() Recomputes the curent value of the curve. | |
PyNone | setExtrapolation(extrapolationtype) Sets the extrapolation type of the curve. | |
PyNone | setInterpolation(interpolationtype) Sets the interpolation type of the curve. |
addBezier(coordlist) Adds a Bezier point to a curve.
|
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, or ColA.
|
getPoints() Returns all the points of the ipo curve.
|
setExtrapolation(extrapolationtype) Sets the extrapolation type of the curve.
|
setInterpolation(interpolationtype) Sets the interpolation type of the curve.
|
<<< Previous | Home | Next >>> |
Class IpoCurve | Up | Module BGL |