Merge branch 'delete_vertex_crash_subdivider' into 'master'

Delete vertex crash subdivider

Closes #65

See merge request OpenMesh/OpenMesh!219
This commit is contained in:
Jan Möbius
2019-04-09 16:18:47 +02:00
4 changed files with 466 additions and 7 deletions

View File

@@ -8,6 +8,13 @@
<tr valign=top><td><b>8.1</b> (?/?/?)</td><td>
<b>Tools</b>
<ul>
<li>Subdivider: Fixed crash in Loop subdivider</li>
<li>Subdivider: Fixed crash in ModifiedButterfly subdivider</li>
</ul>
<b>Utils</b>
<ul>
<li>Change PropertyManager::operator* to access the property value for mesh properties</li>