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
a223e9f055
* Fix small compilation problem in Ipo.c
...
Moved the declaration of a variable to the beginning of a function.
2003-07-21 17:35:19 +00:00
ee5461b06a
reincorporation in the cvs of modifications which had been lost.
2003-07-21 00:08:30 +00:00
2ccf7ffb84
* removed the #include .c statements and replaced them with corresponding .h
...
files.
* updated the build environment to include the needed .c files.
* Updated the modules.h file to expose the necessary functions to other
modules.
2003-07-20 18:06:06 +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
eaf1cdd383
- More renaming all around to follow our conventions
...
- Implemented partially Blender.Sys
- Worked on issues related to sys, path
- Took away most "debug" printfs
2003-06-28 07:38:21 +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