blender/source/creator
Brecht Van Lommel ecc4e55b66 2.5
Context API

This adds the context API as described here. The main practical change
now is that C is not longer directly accessible but has to be accessed
through accessor functions. This basically adds the implementation of
the API and adaption of existing code with some minor changes. The next
task of course is to actually use this design to cleanup of bad level
calls and global access, in blenkernel, blenloader.

http://wiki.blender.org/index.php/BlenderDev/Blender2.5/Context

Error, Warning and Debug Info Reporting

This adds the error reporting API as described here. It should help
clean up error() calls in non-ui code, but eventually can become used
for gathering messages for a console window, and throwing exceptions
in python scripts when an error happens executing something.

http://wiki.blender.org/index.php/BlenderDev/Blender2.5/Reports
2008-12-18 02:56:48 +00:00
..
buildinfo.c Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
CMakeLists.txt started whiping cmake into shape for 2.5 still need to figure out 2008-12-12 20:41:30 +00:00
creator.c 2.5 2008-12-18 02:56:48 +00:00
Makefile Merge of trunk into blender 2.5: 2008-11-12 21:16:53 +00:00
SConscript Merge of trunk into blender 2.5: 2008-11-12 21:16:53 +00:00