Blender Git Commit Log
Git Commits -> Revision ba91587
Revision ba91587 by Brecht Van Lommel (master) December 31, 2008, 13:16 (GMT) |
RNA * Store RNA collections different in ID properties, using a generic ID property array, using the patch provided by Joe. * Fix bug accessing registered operator properties in the wm from the outliner. * In the outliner, only use the RNA icon for RNA data, and use dot again for unknown icon. * Also, show pointer properties data in the second column, and auto expand two levels when opening them. * Added small RNA_struct_defined_properties function to get only the defined properties without builtin and undefined id properties (for py operators). |
Commit Details:
Full Hash: ba91587183105fb7edcab3d4f4e37ce0078bd86e
SVN Revision: 18195
Parent Commit: 28d0bab
Lines Changed: +360, -115
11 Modified Paths:
/source/blender/blenkernel/BKE_idprop.h (+23, -7) (Diff)
/source/blender/blenkernel/intern/idprop.c (+129, -7) (Diff)
/source/blender/blenloader/intern/readfile.c (+21, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+18, -1) (Diff)
/source/blender/editors/space_outliner/outliner.c (+123, -74) (Diff)
/source/blender/makesdna/DNA_ID.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_access.c (+33, -18) (Diff)
/source/blender/makesrna/intern/rna_rna.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+9, -3) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm.c (+0, -3) (Diff)
/source/blender/blenkernel/intern/idprop.c (+129, -7) (Diff)
/source/blender/blenloader/intern/readfile.c (+21, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+18, -1) (Diff)
/source/blender/editors/space_outliner/outliner.c (+123, -74) (Diff)
/source/blender/makesdna/DNA_ID.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_access.c (+33, -18) (Diff)
/source/blender/makesrna/intern/rna_rna.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+9, -3) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm.c (+0, -3) (Diff)