Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-12-31 00:28:27 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-12-31 00:28:27 +0300
commit22f05adc3a8f235d73b8534326c033debe38991f (patch)
tree42c4bf94350734a76eac6fec4f570d015ec635ba /source/blender/makesdna
parent445208d9d1cd83b6ec5a490564992e6ebfd50f28 (diff)
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.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index f5b3ffbd687..9cd1675cd88 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -619,7 +619,6 @@ typedef struct SpaceImaSel {
#define SO_OOPS 0
#define SO_OUTLINER 1
#define SO_DEPSGRAPH 2
-#define SO_RNA 3
/* SpaceOops->flag */
#define SO_TESTBLOCKS 1
@@ -656,6 +655,7 @@ typedef struct SpaceImaSel {
#define SO_VERSE_SESSION 8
#define SO_VERSE_MS 9
#define SO_SEQUENCE 10
+#define SO_DATABLOCKS 11
/* SpaceOops->storeflag */
#define SO_TREESTORE_CLEANUP 1