From fecac535221c2d74975a26c107e5a4a9f52d962e Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 13 Jan 2009 19:28:18 +0000 Subject: 2.5 / Nodes * add a list area for material/texture/scene selection. --- source/blender/makesdna/DNA_node_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_node_types.h') 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 */ -- cgit v1.2.3