Stephen Swaney
9cabf31ebc
fix for bug #1115
...
This was a problem with the BezTriple type.
Write access to BezTriple via 'pt' member did not work.
Preferred method to access BPy type members, especially for
write access, is via get*/set* methods.
BezTriple.setPoints() will accept x,y coordinates as either
a tuple or a list.
Updated BezTriple section of Ipo module doc.
2004-04-07 22:42:02 +00:00
Stephen Swaney
c1e33eb1e7
fix for bug 1110.
...
Updated epydoc. Function name is BezTriple.getTriple().
Set prototype to NOARGS in source.
2004-04-06 21:13:12 +00:00
ce9a3d0b46
Bug fix provided by Anders Nilssen.
...
TotIpo was never meant to be exposed in the Ipocurve object. It's a variable
to store the number of IPOs.
2004-04-02 20:26:58 +00:00
7707bceec3
Anders Nilsson has promissed me to provide some updated Python API docs :)
...
Python API documentation updates for the Object and Ipo modules.
Provided by Anders Nilsson (breakin)
2004-04-02 19:53:53 +00:00
Stephen Swaney
29baa5026e
add info about units for rotation IPOs and Object Euler angles.
2004-03-25 06:18:56 +00:00
Stephen Swaney
83804a7173
Fix for Bug 1039
...
Changed doc to match the parameters for Ipo New() method.
Corrected error message for expected argument types in New() method.
2004-03-05 06:25:49 +00:00
Stephen Swaney
db9f9215cf
Fix for Bug 1045.
...
Added more detail for method return types in various doc files.
Changed version number in epy_docgen.sh to BPY_API_232.
2004-03-05 05:50:50 +00:00
4b813c5c81
Modification of the function getCurvecurval suggested by Jiba. This function can take an integer argument (the position of the curve) or a string (the name of the curve)
...
Updated documentation in doc/Ipo.py
2003-12-17 14:15:14 +00:00
9c54e9507a
Updated documentation for the getCurves function.
2003-10-27 21:50:36 +00:00
cd0e042dbc
Update of the documentation files for the new IPO functions
2003-10-26 21:22:24 +00:00
05187adc2f
removed unuseful function calls in BezTriple.[ch]
...
general cleaning of Ipocurve.c Ipocurve.h Ipo.h Ipo.c
updated doc
2003-08-05 10:19:28 +00:00
08c1fe6818
Added a new function (member of the Ipo object) EvaluateCurveOn(int pos, float time) which returns the value of the ipo curve number pos at the given time.
...
Updated doc accordingly.
2003-08-01 19:47:01 +00:00
de60889865
Exppython docs:
...
- Updates and fixes to the documentation files, only, no code involved.
2003-07-22 00:27:03 +00:00
faff703778
removed a wrong parameter name
2003-07-10 00:28:03 +00:00
2ef1ee21e4
Documentation fot the Ipo module
2003-07-10 00:23:11 +00:00