Blender Git Loki
Git Commits -> Revision 22f05ad
Revision 22f05ad by Brecht Van Lommel (master) December 30, 2008, 21:28 (GMT) |
RNA * The RNA viewer is now more integrated with the outliner, as a "Datablocks" view, with a tree structure. * Still some issues to be solved with persistence, and also memory usage is problematic when expanding a million vertices in a mesh for example, though it will not build closed parts of the tree. |
Commit Details:
Full Hash: 22f05adc3a8f235d73b8534326c033debe38991f
SVN Revision: 18183
Parent Commit: 445208d
Lines Changed: +377, -518
9 Modified Paths:
/source/blender/blenkernel/intern/context.c (+2, -2) (Diff)
/source/blender/editors/interface/interface.c (+44, -16) (Diff)
/source/blender/editors/interface/interface_draw.c (+6, -13) (Diff)
/source/blender/editors/space_outliner/outliner.c (+309, -20) (Diff)
/source/blender/editors/space_outliner/outliner_header.c (+2, -19) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+11, -3) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+1, -443) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+1, -1) (Diff)
/source/blender/editors/interface/interface.c (+44, -16) (Diff)
/source/blender/editors/interface/interface_draw.c (+6, -13) (Diff)
/source/blender/editors/space_outliner/outliner.c (+309, -20) (Diff)
/source/blender/editors/space_outliner/outliner_header.c (+2, -19) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+11, -3) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+1, -443) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+1, -1) (Diff)