Blender Git Commit Log
Git Commits -> Revision a1a8578
Revision a1a8578 by Jeroen Bakker (master) April 10, 2019, 10:44 (GMT) |
Fix T62449: Subsurf+hidden faces When using subsurf (and other modifiers) the edit flags are not propagated correctly. Currently we assume to read the edit flags from the original object which is kind off hinding the real issue. Modifiers use `mesh_new_nomain_from_template_ex` to create a copy from an existing mesh. this method is only used by modifiers. So by placing this we will make sure that editmesh is propagated. Reviewed By: fclem, sergey Maniphest Tasks: T62449 Differential Revision: https://developer.blender.org/D4666 |
Commit Details:
Full Hash: a1a8578d5c75b3f094ea18524273ed8053acbc4e
Parent Commit: 1a12c9e
Lines Changed: +4, -2