Blender Git Loki
Git Commits -> Revision 9b3b52d
Revision 9b3b52d by Brecht Van Lommel (master) April 8, 2009, 16:40 (GMT) |
RNA: * Added the build system code to compile files named editors/*/*_api.c into the makesrna preprocessing. The reason to do this is to keep operators and API close together, but it doesn't fit well with the build system, especially Makefiles use an ugly hack here. * Some fixes to pass an RNA AnyType through the API, this will give a PointerRNA, for use in the interface code for example. * Added RNA wrapping of some UI template code as a test. |
Commit Details:
Full Hash: 9b3b52dfd6229d5456d818e2b919acae9d6ab47b
SVN Revision: 19601
Parent Commit: 4b2072b
Lines Changed: +177, -13
2 Added Paths:
/source/blender/editors/interface/interface_api.c (+67, -0) (View)
/source/blender/makesrna/intern/rna_ui.c (+55, -0) (View)
/source/blender/makesrna/intern/rna_ui.c (+55, -0) (View)
8 Modified Paths:
/source/blender/editors/interface/SConscript (+3, -0) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+4, -2) (Diff)
/source/blender/makesrna/intern/Makefile (+21, -2) (Diff)
/source/blender/makesrna/intern/makesrna.c (+12, -3) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_screen.c (+4, -0) (Diff)
/source/blender/makesrna/intern/SConscript (+3, -5) (Diff)
/source/blender/makesrna/SConscript (+1, -1) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+4, -2) (Diff)
/source/blender/makesrna/intern/Makefile (+21, -2) (Diff)
/source/blender/makesrna/intern/makesrna.c (+12, -3) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_screen.c (+4, -0) (Diff)
/source/blender/makesrna/intern/SConscript (+3, -5) (Diff)
/source/blender/makesrna/SConscript (+1, -1) (Diff)