Blender Git Commit Log
Git Commits -> Revision e1f38b2
Revision e1f38b2 by Julian Eisel (master) February 3, 2021, 14:09 (GMT) |
Fix incorrect mesh selection duplication in internal utility function `BKE_mesh_new_nomain_from_template_ex()` would duplicate the mesh selection storage of the destination mesh to the destination mesh. Since that mesh was default initialized at this point, the selection was `NULL`, so the duplication call is essentially a no-op. Mistake in 7efc75c7092b. Differential Revision: https://developer.blender.org/D10009 Reviewed by: Sybren St�vel |
Commit Details:
Full Hash: e1f38b21693af75abba757c0dd89249dc6ef2e39
Parent Commit: e69217b
Lines Changed: +1, -1
1 Modified Path:
/source/blender/blenkernel/intern/mesh.c (+1, -1) (Diff)