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>2022-05-23 10:03:33 +0300
committerBastien Montagne <bastien@blender.org>2022-05-23 13:13:33 +0300
commit2d67b375a15f8bb96233fc56a40be8cf545d08df (patch)
tree7f2083530286b01b4ffb6f22ed9b888b032c3469 /source/blender/makesdna/DNA_node_types.h
parentf4101ba4a104997551c3261bfab392d76b2e2717 (diff)
Fix T98231: missing update when material output is in group
Differential Revision: https://developer.blender.org/D14998
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 e9c12e52bce..3be4f82ecb0 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -610,6 +610,8 @@ typedef enum eNodeTreeExecutionMode {
typedef enum eNodeTreeRuntimeFlag {
/** There is a node that references an image with animation. */
NTREE_RUNTIME_FLAG_HAS_IMAGE_ANIMATION = 1 << 0,
+ /** There is a material output node in the group. */
+ NTREE_RUNTIME_FLAG_HAS_MATERIAL_OUTPUT = 1 << 1,
} eNodeTreeRuntimeFlag;
/* socket value structs for input buttons