Files
test/source/blender/editors
Christoph Lendenfeld e42c70fd31 Fix #110053: Crash on linked animation data with drivers
When copying (CTRL+L->Animation Data) a driver between two objects
that are linked with library overrides, `AnimData` was not created.
This did crash Blender when it tried to use the `nullptr`

The reason it crashed is because the function
`DEG_id_tag_update()`
was never called.

Fix it by restructuring the code so the function gets called

Pull Request: https://projects.blender.org/blender/blender/pulls/110795
2023-08-18 09:17:55 +02:00
..
2023-08-18 08:56:12 +10:00
2023-08-18 08:56:12 +10:00
2023-08-17 10:28:46 +02:00
2023-08-18 09:16:25 +10:00
2023-08-17 20:11:51 +02:00
2023-08-17 11:53:56 +10:00
2023-08-17 22:57:11 +02:00
2023-08-18 08:38:02 +10:00