Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-11-07 05:58:25 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-11-07 05:58:25 +0300
commit7e8ba5c84d4d35fe6ee4e3d73d08265ae931e2d3 (patch)
treec7f1e0e2a0297460e6bdcc1d70f6a45fc8ebdd1e /source/blender/makesdna/intern/SConscript
parent21a0e55c501d9bb02d98ef4987eb83371d1f0ecf (diff)
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
Diffstat (limited to 'source/blender/makesdna/intern/SConscript')
0 files changed, 0 insertions, 0 deletions