Files
test/source/blender/blenkernel
Richard Antalik 77ca5ab6b0 Fix T74897: VSE animation doesn't work
`seq_free_animdata()` removes fcurve pointers belonging to strips from
`Scene` CoW datablock's `AnimData` during `BKE_scene_graph_update_for_newframe`.
This causes problems with updating animation.

This worked before rBbe2e41c397ba, because `AnimData` was freed by `BKE_animdata_free()`
before `seq_free_animdata()` was executed, so it had no data to operate on and returned
on precondition `if (scene->adt == NULL || scene->adt->action == NULL)`

Reviewed By: mont29, brecht

Maniphest Tasks: T74897

Differential Revision: https://developer.blender.org/D7264
2020-04-12 22:10:13 +02:00
..
2020-03-29 17:11:41 +11:00
2020-03-29 17:11:41 +11:00
2020-03-18 22:28:54 +11:00
2020-03-11 17:29:20 +01:00
2020-03-05 21:07:20 +01:00
2020-04-05 22:22:21 +10:00
2020-04-02 18:00:51 +02:00
2020-03-11 21:39:56 +11:00
2020-03-29 16:37:57 +11:00
2020-04-03 12:38:04 +11:00
2020-04-03 12:38:04 +11:00
2020-03-29 17:11:41 +11:00
2020-03-29 17:11:41 +11:00