Blender Git Commit Log
Git Commits -> Revision 27c64e3
Revision 27c64e3 by Bastien Montagne (master) September 3, 2016, 09:47 (GMT) |
Fix T49229: ID user decrement error when deleting group instance twice. Another great example of inconsistency in usercount handling - dupli_group was considered as refcounted by readfile.c code (and hence by library_query.c one, which is based on it), but not by editor/BKE_object code, which never increased group's usercount when creating an instance of it etc. To be backported to 2.78. |
Commit Details:
Full Hash: 27c64e3f46395b1807ab211888b321de7e773918
Parent Commit: ad40000
Lines Changed: +4, -4