Page MenuHome

Fix T83497: missing relations update when group node changes
ClosedPublic

Authored by Jacques Lucke (JacquesLucke) on Jan 6 2021, 3:11 PM.

Details

Summary

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.

Diff Detail

Repository
rB Blender

Event Timeline

Jacques Lucke (JacquesLucke) requested review of this revision.Jan 6 2021, 3:11 PM
Jacques Lucke (JacquesLucke) created this revision.
Jacques Lucke (JacquesLucke) retitled this revision from Fix T83497: missing relations update after adding node to Fix T83497: missing relations update when group node changes.Jan 6 2021, 3:27 PM
Jacques Lucke (JacquesLucke) edited the summary of this revision. (Show Details)

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.

This revision is now accepted and ready to land.Jan 6 2021, 6:46 PM