Blender Git Commit Log

Git Commits -> Revision c13bb25

Revision c13bb25 by Brecht Van Lommel (master)
December 15, 2008, 13:46 (GMT)

RNA:
Added some functionality to make inspecting all RNA structs possible. Not used
yet, but can be tested by replacing this line in space_outliner.c:

RNA_main_pointer_create(G.main, &cell.ptr);

with:

RNA_blender_rna_pointer_create(&cell.ptr);

Commit Details:

Full Hash: c13bb258b1149d8bbfb97b896a58cd748e7cd861
SVN Revision: 17875
Parent Commit: a1e0868
Lines Changed: +68, -5

4 Modified Paths:

/source/blender/makesrna/intern/rna_access.c (+8, -0) (Diff)
/source/blender/makesrna/intern/rna_rna.c (+28, -0) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+2, -2) (Diff)
/source/blender/makesrna/RNA_access.h (+30, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021