Blender Git Commit Log

Git Commits -> Revision 5eea283

Revision 5eea283 by Sergey Sharybin (master)
July 26, 2012, 08:41 (GMT)
Fix #32139: Making vertex parent hides faces

Call normals update and re-tesselate the BMesh before generating
derived mesh for vertex parent. this is needed for proper display
of mesh in edit mode.

Tried to use EDBM_update_generic, but it gave artifacts due to it
doesn't update normals. usually it's not a problem, because it's used
at the end of operator and all needed data is handles by depsgraph.
It doesn't work for vertex parent because derived mesh is being
created here outside of generic object update, so one extra manual
step seems to be needed here.

Commit Details:

Full Hash: 5eea2832e9cf484e96bb439886eae44676660df1
SVN Revision: 49233
Parent Commit: 8a6a3e7
Lines Changed: +3, -0

1 Modified Path:

/source/blender/editors/object/object_relations.c (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021