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-09 00:20:36 +0300
committerTon Roosendaal <ton@blender.org>2006-12-09 00:20:36 +0300
commit7f1e3874f9924bd9abf5b3a875c1c673eb33daa1 (patch)
tree7e767a2f80e8777d3a4f6e36fdd17128ef893cb6 /source/blender/makesdna/DNA_node_types.h
parent00becf015baabbea382fdb3f0c8afe1555a20456 (diff)
Node editing usablity!
- Removed stupid idea to insert convertor nodes in Node Shaders, when a link is created by non-matching sockets. Now it works like Compositor, doing a default conversion. Works like this: 1 from 3 or 4 values: take average 3 from 1: copy to all 3 from 4: copy 3 4 from 1: copy to 3, set alpha to 1 4 from 3: copy 3, set alpha to 1 - Added select-linked in Nodes. Lkey or Shift+L. Also in pulldown menus
Diffstat (limited to 'source/blender/makesdna/DNA_node_types.h')
-rw-r--r--source/blender/makesdna/DNA_node_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index 6a31dfebf01..efc812af092 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -50,7 +50,7 @@ typedef struct bNodeStack {
short hasinput; /* when input has link, tagged before executing */
short hasoutput; /* when output is linked, tagged before executing */
short datatype; /* type of data pointer */
- short pad;
+ short sockettype; /* type of socket stack comes from, to remap linking different sockets */
} bNodeStack;
/* ns->datatype, shadetree only */