blender/source
Jeroen Bakker a1a8578d5c 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
2019-04-10 12:44:31 +02:00
..
blender Fix T62449: Subsurf+hidden faces 2019-04-10 12:44:31 +02:00
creator Cleanup: use STR_ELEM macro 2019-04-10 09:36:06 +02:00
tools@d96e3148de Fix: Erratic collision response when using constraints on colliders 2019-04-04 11:05:52 +02:00
CMakeLists.txt Cleanup: remove contributors for CMake files 2019-02-05 09:10:32 +11:00