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>2021-08-05 17:14:51 +0300
committerJacques Lucke <jacques@blender.org>2021-08-05 17:14:51 +0300
commitd5dc3501b550dd1ebf90e290ac80b30c82797b54 (patch)
tree0569af1d8292cc29c72b338b0b55a69bb21950da /source/blender/makesdna/DNA_node_types.h
parentfa37d09040214858cce516792afaec5b1555ad6a (diff)
show warning when expander output is not available
Diffstat (limited to 'source/blender/makesdna/DNA_node_types.h')
-rw-r--r--source/blender/makesdna/DNA_node_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index 671e6da4e56..62a09719904 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -1436,7 +1436,8 @@ typedef struct GeometryExpanderOutput {
/* eGeometryExpanderOutputType. */
int type;
- char _pad[4];
+ uint8_t is_outdated;
+ char _pad[3];
/* Identifier of the corresponding socket in the geometry expander. */
char socket_identifier[64];