Blender Git Commit Log
Git Commits -> Revision aff9ccb
Revision aff9ccb by Howard Trickey (master) December 8, 2018, 12:39 (GMT) |
Fix T51057 Modifiers lose bevel weight and crease This is for 2.80 (though bug I mistakenly merged into was for 2.78. Duplicate bugs T58127, T58411, T58440, and T58789 all fixed. Bevel weights and crease are not real Mesh layers so get lost on coversion of mesh to bmesh unelss the mesh's cd_flag member tells the converter to create layers for them. Most code the copies or partially copies meshes uses mesh_new_nomain_from_template_ex, so copied the flag there. |
Commit Details:
Full Hash: aff9ccbade9ae74fb63becc842621eefef5abfa0
Parent Commit: 64bca2e
Lines Changed: +2, -0
1 Modified Path:
/source/blender/blenkernel/intern/mesh.c (+2, -0) (Diff)