Files
blender/tests/python
Dalai Felinto 49a35033be Fix T51877: Deleting a scene uses freed memory
At the moment libblock_remap_data_preprocess is using
FOREACH_SCENE_OBJECT to iterate over all the objects of the scene and
unlink them.

However we were storing a reference to the Base of the removed object.
Anyways, the loop is now sanitized so that this crash no longer happens.

Also now we have an unittest for this.
2017-06-30 19:03:02 +02:00
..
2017-05-25 15:19:58 +10:00
2017-06-12 13:38:21 +10:00
2016-02-01 00:47:10 +11:00