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

3 Modified Paths:

/source/blender/blenkernel/intern/mesh.c (+1, -0) (Diff)
/source/blender/draw/intern/draw_cache.c (+2, -1) (Diff)
/source/blender/draw/intern/draw_manager.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021