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:
authorTon Roosendaal <ton@blender.org>2006-12-05 19:44:57 +0300
committerTon Roosendaal <ton@blender.org>2006-12-05 19:44:57 +0300
commit869eeadeff956f88f48a3b26ea69d0c2938233a3 (patch)
tree00f22b1f756cf45ad6769ce92b34b6fb2d95a1c0 /source/blender/makesdna/DNA_node_types.h
parent3177c4f69fcb53c2aad744ee951ea60d98a77c86 (diff)
Damn! Commit for render passes in wrong dir....
Diffstat (limited to 'source/blender/makesdna/DNA_node_types.h')
-rw-r--r--source/blender/makesdna/DNA_node_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index b592a8fb56a..034369f6fe2 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -86,9 +86,12 @@ typedef struct bNodeSocket {
#define SOCK_RGBA 2
/* sock->flag, first bit is select */
+ /* hidden is user defined, to hide unused */
#define SOCK_HIDDEN 2
/* only used now for groups... */
#define SOCK_IN_USE 4
+ /* unavailable is for dynamic sockets */
+#define SOCK_UNAVAIL 8
#
#