Blender Git Commit Log

Git Commits -> Revision a217596

Revision a217596 by Brecht Van Lommel (master)
November 14, 2008, 17:05 (GMT)

RNA
* Added RNA list viewer. This is currently drawn in the outliner
window, the UI is limited but it is just intended to test RNA
at the moment.
* Added UI names for currently wrapped properties.
* Made iterating collections a bit more convenient.

Commit Details:

Full Hash: a2175968a7a21bd09463ac9582130c593d27094d
SVN Revision: 17459
Parent Commit: 4a8e571
Lines Changed: +856, -117

5 Added Paths:

/source/blender/editors/space_outliner/Makefile (+54, -0)
/source/blender/editors/space_outliner/outliner_intern.h (+41, -0) (View)
/source/blender/editors/space_outliner/outliner_ops.c (+42, -0) (View)
/source/blender/editors/space_outliner/SConscript (+10, -0) (View)
/source/blender/editors/space_outliner/space_outliner.c (+535, -0) (View)

15 Modified Paths:

/source/blender/editors/include/ED_area.h (+1, -0) (Diff)
/source/blender/editors/interface/interface.c (+29, -20) (Diff)
/source/blender/editors/Makefile (+1, -1) (Diff)
/source/blender/editors/SConscript (+1, -0) (Diff)
/source/blender/editors/screen/spacetypes.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_access.c (+38, -37) (Diff)
/source/blender/makesrna/intern/rna_define.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_main.c (+31, -30) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+6, -1) (Diff)
/source/blender/makesrna/intern/rna_rna.c (+51, -24) (Diff)
/source/blender/makesrna/RNA_access.h (+0, -2) (Diff)
/source/blender/makesrna/RNA_types.h (+3, -1) (Diff)
/source/Makefile (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021