Blender Git Commit Log

Git Commits -> Revision f393452

Revision f393452 by Bastien Montagne (master)
October 2, 2020, 15:40 (GMT)
Fix T81345, part two: crash in depsgraph when freeing COW armature.

Freeing of bones' IDproerties from Armature `free_data` callback would always
attempt to do user refcounting, which should never be done from that code.

This would generate crashes in depsgraph/COW context e.g.

Commit Details:

Full Hash: f3934523946962b807b0dd7e0863a437cfc56e27
Parent Commit: 619e52e
Lines Changed: +6, -6

3 Modified Paths:

/source/blender/blenkernel/BKE_armature.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/armature.c (+4, -4) (Diff)
/source/blender/editors/armature/armature_utils.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021