Blender Git Commits
August 1, 2021, 19:50 (GMT) |
Print function for new depsgraph nodes for debug. |
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. |