9c6275c55b
Exppython:
...
- Small fix in NMesh.c
- Updates to ipo related methods in Camera, World and Material
- Doc updates
2003-10-28 00:29:37 +00:00
cfa48583ae
added a new function : getCurve(string) allowing access to an ipo curve from its name.
2003-10-26 16:54:33 +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
ee5461b06a
reincorporation in the cvs of modifications which had been lost.
2003-07-21 00:08:30 +00:00
542f05451a
World : got rid of debug messages
...
Blender : declatation of the module IpoCurve
Ipo : modifications (new attributes) to keep the compatibility with 227 api
2003-07-19 08:32:01 +00:00
be1338cb10
minor changes; deleted unuseful functions.
2003-07-10 00:22:17 +00:00
82e1783dcb
Following Willian's proposal,deleted the print function, which caused crashes.
...
The objects are now printed with the repr function.
2003-07-04 16:06:39 +00:00
6cc45538ef
* Small changes in many files:
...
- Trying to fix linking problems in OSX;
- Making module .Get functions behave like the ones in Blender 2.25 - 2.27
(Guignot pointed the incompatibility);
- Included more types to Blender.Types;
- Found by luck and corrected two bugs that were making Blender crash;
- Added/updated some simple functions.
2003-06-12 04:51:50 +00:00
a9ced6d86a
* Added two modules:
...
Guignot contributed the Ipo and Metaball modules. Metaball wasn't
available in the 2.25 API, it's a new addition.
* Minor changes in other files.
2003-06-05 18:03:46 +00:00