Page MenuHome

Fix T95679: Outliner 'Unlink' directly on action misses DEG update
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Feb 11 2022, 2:08 PM.

Details

Summary

Animation would still play in the viewport.

There are two ways to unlink an action from the Outliner:
[1] Unlink Action on the Animation Data context menu.
This does outliner_do_data_operation / unlinkact_animdata_fn and has
the correct DEG update.
[2] Unlink on the Action context menu
This does outliner_do_libdata_operation / unlink_action_fn and was
missing the DEG update.

Now add the missing DEG update to the second case.

Diff Detail

Repository
rB Blender