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
committerJacques Lucke <jacques@blender.org>2022-05-23 10:11:17 +0300
commitb81f1b8cf17196122a7203dc79f4c20c1cd9d5bf (patch)
treeecb4d76222a7beefedc956b101232f916ce686c6 /source/blender/makesdna
parent4418536f69dae23985cb55195066521af488298b (diff)
Fix T98231: missing update when material output is in group
Differential Revision: https://developer.blender.org/D14998
Diffstat (limited to 'source/blender/makesdna')
-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 b66fe31c00e..e7e8ab3dd61 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