Files
test/source/blender/editors
Philipp Oeser b4a2096415 Fix T95679: Outliner 'Unlink' directly on action misses DEG update
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.

Maniphest Tasks: T95679

Differential Revision: https://developer.blender.org/D14089
2022-04-12 11:16:45 +02:00
..
2022-04-11 23:49:37 +02:00
2022-04-07 14:34:51 +10:00
2022-04-11 23:49:37 +02:00
2022-04-07 14:34:51 +10:00
2022-03-25 12:04:14 +11:00
2022-03-18 12:07:08 +01:00
2022-02-11 09:14:36 +11:00
2022-03-30 18:02:59 +11:00
2022-02-15 12:32:15 +01:00