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:
authorJacques Lucke <jacques@blender.org>2020-10-20 16:31:59 +0300
committerJacques Lucke <jacques@blender.org>2020-12-02 17:38:47 +0300
commit69f57550bcc78b8a1fba1afc3a7d5e98b6c16ae9 (patch)
tree01a9034228d9fc3e57a80f0cd32305a77d5fec23 /source/blender/makesdna
parent1d6284a6d5c4e2d508aeee2f1a20542db319b335 (diff)
Nodes: add geometry socket type
We still have to pick a color for this socket. Ref T81848.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_node_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index a5869a74ffc..fdae3559599 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -159,6 +159,7 @@ typedef enum eNodeSocketDatatype {
SOCK_STRING = 7,
SOCK_OBJECT = 8,
SOCK_IMAGE = 9,
+ SOCK_GEOMETRY = 10,
} eNodeSocketDatatype;
/* socket shape */