Blender Git Commit Log
Git Commits -> Revision 0895eef
Revision 0895eef by Lukas Toenne (nodes-update-readonly-tag) August 1, 2021, 18:21 (GMT) |
Add a read-only flag to indicate depsgraph update. The NODE_DEPSGRAPH_UPDATED flag indicates that a node has triggered a depsgraph update. This can be accessed in a depsgraph "pre" handler to find nodes which have changed through user actions. The depsgraph clears this flag for the next update. |
Commit Details:
Full Hash: 0895eef4fbe8ad7f50d4d2938210ffb38eeefeef
Parent Commit: 7927798
Lines Changed: +23, -0
6 Modified Paths:
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+8, -0) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.h (+3, -0) (Diff)
/source/blender/editors/space_node/node_draw.cc (+2, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+6, -0) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+8, -0) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.h (+3, -0) (Diff)
/source/blender/editors/space_node/node_draw.cc (+2, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+6, -0) (Diff)