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