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:
authorCampbell Barton <ideasman42@gmail.com>2008-02-29 02:14:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-02-29 02:14:55 +0300
commit5665d9333e8f1e047f838a4f64a2b3398fd76b28 (patch)
tree07b9470e346de53d7c3ebbe421fb76c6cf3e8d21 /source/blender/include
parent6169b29b3a53eca3e342aeee9d33809e61f026c3 (diff)
* Fix for own big, Adding group objects from the outliner didnt check they were externally linked.
* ping "~" in the fileselectors dir will take you to $HOME (non win32) * Added a file selector for Node output image
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/butspace.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/include/butspace.h b/source/blender/include/butspace.h
index a2339f3f1a6..cdd67bdb5a8 100644
--- a/source/blender/include/butspace.h
+++ b/source/blender/include/butspace.h
@@ -787,7 +787,9 @@ enum {
#define B_NODE_BUTS 4000
/* 400 slots reserved, we want an exec event for each node */
#define B_NODE_LOADIMAGE 3601
-#define B_NODE_TREE_EXEC 3602
+#define B_NODE_SETIMAGE 3602
+#define B_NODE_TREE_EXEC 3603
+
/* exec should be last in this list */
#define B_NODE_EXEC 3610