Blender Git Loki
Git Commits -> Revision cc59417
Revision cc59417 by Brecht Van Lommel (master) March 14, 2009, 23:17 (GMT) |
RNA: - Added an autogenerated C++ API, basically a simple layer over the C API, but with the advantage that it fits the object oriented RNA model better. Read-only still like the C API. - Had to rename "protected" property in Action Group because it is a C++ keyword, called it "locked" since that seems more consistent anyway? - It's not used anywhere, so here's some example code I used to test it, to get an idea of how it would be used: http://pasteall.org/4582/cpp - Also, ID names are now editable. |
Commit Details:
Full Hash: cc59417cae9de2c08900d76b3d9cfb6683e530b2
SVN Revision: 19295
Parent Commit: e7e655c
Lines Changed: +384, -8
7 Modified Paths:
/source/blender/makesrna/intern/makesrna.c (+343, -2) (Diff)
/source/blender/makesrna/intern/rna_access.c (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_action.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_ID.c (+2, -1) (Diff)
/source/blender/makesrna/RNA_access.h (+9, -2) (Diff)
/source/blender/makesrna/RNA_define.h (+8, -1) (Diff)
/source/blender/makesrna/RNA_types.h (+8, -0) (Diff)
/source/blender/makesrna/intern/rna_access.c (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_action.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_ID.c (+2, -1) (Diff)
/source/blender/makesrna/RNA_access.h (+9, -2) (Diff)
/source/blender/makesrna/RNA_define.h (+8, -1) (Diff)
/source/blender/makesrna/RNA_types.h (+8, -0) (Diff)