Blender Git Loki
Git Commits -> Revision 680b135
Revision 680b135 by Sergey Sharybin (master) April 26, 2016, 12:44 (GMT) |
Fix T48176: Shrinkwrap crashes when multiple objects uses same target Annoying bug caused by temp nature of looptri layer for CCGDM. Fixed in a similar to CCG loops by using lock when allocating and filling looptri arrays. Real fix would be to make sure this array is allocated on object evaluation using DAG's eval_flag, but that's more involved change which we'll work on later. |
Commit Details:
Full Hash: 680b135ec1cf220c7ebd579b88bc5481fc379fc3
Parent Commit: 86b8c8a
Lines Changed: +2, -2