Blender Git Commit Log
Git Commits -> Revision 7ed3ebb
Revision 7ed3ebb by Jeroen Bakker (master) March 26, 2020, 14:34 (GMT) |
Fix T67888: Incorrect Wireframe After Applying SubSurf/MultiRes Show control edges stores the control edges in the mesh which is picked up by the draw manager. When applyng a subsurf (or multires) we don't want that data present in the base mesh. Any rebuilding of the mesh would overwrite the data anyway. This patch introduces a new flag for applying modifiers that can be checked to ignore storing display specific data in the base mesh. Reviewed By: Brecht van Lommel Differential Revision: https://developer.blender.org/D7163 |
Commit Details:
Full Hash: 7ed3ebbc6e1f95203c050e683a140b7ac1e7b705
Parent Commit: 2e8fb95
Lines Changed: +22, -7
6 Modified Paths:
/source/blender/blenkernel/BKE_modifier.h (+5, -0) (Diff)
/source/blender/blenkernel/BKE_multires.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/mesh_convert.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/multires_subdiv.c (+4, -2) (Diff)
/source/blender/modifiers/intern/MOD_multires.c (+8, -2) (Diff)
/source/blender/modifiers/intern/MOD_subsurf.c (+2, -1) (Diff)
/source/blender/blenkernel/BKE_multires.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/mesh_convert.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/multires_subdiv.c (+4, -2) (Diff)
/source/blender/modifiers/intern/MOD_multires.c (+8, -2) (Diff)
/source/blender/modifiers/intern/MOD_subsurf.c (+2, -1) (Diff)