blender/source
Brecht Van Lommel 7e8ba5c84d RNA
* Added more error prints for wrong definitions, for cases that
  would laters cause problems compiling or crash at runtime, and
  also made messages more clear.
* Added some skeleton code for main/ID/mesh/vertex types for testing.
* Added support for automatic arrays as collections using SDNA.

* Changed how pointers to data work. Now they are always wrapped
  in a PointerRNA struct, which contains the data pointer and type,
  and also the data pointer and type of the ID datablock that this
  belongs to, since for example a vertex on it's own may not have
  enough information for some operations, it also needs the mesh.

* Added some code for defining dependencies with RNA, and looking up
  data with paths like: scenes[0].objects["Cube"].data.verts[7].co.
  Note sure either will end up being used, this is experimental.

http://wiki.blender.org/index.php/BlenderDev/Blender2.5/RNA
2008-11-07 02:58:25 +00:00
..
blender RNA 2008-11-07 02:58:25 +00:00
creator The python lib name should be 'bf_python' instead of 'blender_python' 2008-01-11 16:48:07 +00:00
darwin Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
gameengine game engine wasnt compiling 2008-01-17 17:15:44 +00:00
icons Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
kernel * tweak linking priorities - should help for GCC users 2008-01-08 09:47:44 +00:00
CMakeLists.txt Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
Makefile RNA / Data API 2008-10-31 23:50:02 +00:00
nan_compile.mk Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
nan_definitions.mk Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
nan_link.mk Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
nan_subdirs.mk Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
nan_warn.mk Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
SConscript Filling in branch from trunk 2007-11-06 22:29:20 +00:00