Changing which node group a group node references, needs a depsgraph relations update in some cases.
An example for where this is necessary can be found in T83497.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
The logic makes sense and it's a simple fix, and looking at other uses of DEG_relations_tag_update it doesn't seem out of the ordinary.