Blender Git Commit Log
Git Commits -> Revision 0cc2a72
Revision 0cc2a72 by Hans Goudey (master) July 15, 2021, 16:25 (GMT) |
Fix failing tests from vertex group name parameter copy It turns out `BKE_mesh_copy_parameters` can be called while other tools are running calculations, which meant that it was called at the same time as `armature_deform_coords_impl`. Beause of that, we shouldn't do any freeing (of the old vertex group names) there. Since the materials are copied in the "for_eval" version anyway, it seems to make sense to copy the vertex group name list there also. Fixes T89877, and also the failing `deform_modifiers` test. Differential Revision: https://developer.blender.org/D11936 |
Commit Details:
Full Hash: 0cc2a72f94b71d5594a0aca088007ecbb3221b60
Parent Commit: 3af0e1f
Lines Changed: +4, -4
1 Modified Path:
/source/blender/blenkernel/intern/mesh.c (+4, -4) (Diff)