Blender Git Loki
Git Commits -> Revision d5c3bff
Revision d5c3bff by Jacques Lucke (master) May 21, 2021, 18:43 (GMT) |
Fix T87357: Missing update after removing socket The CoW copy of the node group was not updated correctly after it changed. Arguably, tagging the node tree could also be part of `ntreeUpdateTree` (which needs to be called after changes to the node tree anyway). However, there are many instances where the depsgraph is tagged explicitly after `ntreeUpdateTree` is called, so it should be fine here as well. This is similar to what is done in `snode_dag_update`. Differential Revision: https://developer.blender.org/D11342 |
Commit Details:
Full Hash: d5c3bff6e77466fd6f12bd8f71a3e40b5ce43c99
Parent Commit: 9bbee7d
Committed By: Hans Goudey
Lines Changed: +1, -0
1 Modified Path:
/source/blender/makesrna/intern/rna_nodetree.c (+1, -0) (Diff)