Blender Git Loki
Git Commits -> Revision a0a35f7
Revision a0a35f7 by Hans Goudey (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:51 (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: a0a35f78f3d7dc050fddf253041d6935ebee0cf3
Parent Commit: c58b00a
Committed By: Fabian Schempp
Lines Changed: +4, -4
1 Modified Path:
/source/blender/blenkernel/intern/mesh.c (+4, -4) (Diff)