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:
authorNathan Letwory <nathan@letworyinteractive.com>2009-01-13 22:28:18 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2009-01-13 22:28:18 +0300
commitfecac535221c2d74975a26c107e5a4a9f52d962e (patch)
tree0e05d95e383fe068b16143bf77ea3b228c64c25b /source/blender/makesdna/DNA_node_types.h
parent469b19d231242eddce87cf33a7cbd522de225f79 (diff)
2.5 / Nodes
* add a list area for material/texture/scene selection.
Diffstat (limited to 'source/blender/makesdna/DNA_node_types.h')
-rw-r--r--source/blender/makesdna/DNA_node_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index d5eb4024dcc..49711963870 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -154,6 +154,8 @@ typedef struct bNodeLink {
bNode *fromnode, *tonode;
bNodeSocket *fromsock, *tosock;
+ int flag, pad;
+
} bNodeLink;
/* the basis for a Node tree, all links and nodes reside internal here */