added changes of split_copy and split_edge_copy to changelog

This commit is contained in:
Martin Schultz
2017-06-29 10:28:42 +02:00
parent 8302ef59dd
commit fcee42095f

View File

@@ -18,6 +18,7 @@
<li>Implemented a cast from polyMesh to Mesh and vice versa using static_cast(polymeshInstance) or static_cast(trimeshInstance)</li> <li>Implemented a cast from polyMesh to Mesh and vice versa using static_cast(polymeshInstance) or static_cast(trimeshInstance)</li>
<li>make all negative handles invalid, not just -1</li> <li>make all negative handles invalid, not just -1</li>
<li>Several warnings fixed (Including the checked iterators)</li> <li>Several warnings fixed (Including the checked iterators)</li>
<li>split_copy and split_edge_copy operations now also copy internal properties.</li>
</ul> </ul>
@@ -46,6 +47,7 @@
<b>Unittests</b> <b>Unittests</b>
<ul> <ul>
<li>Added unittest to write and read faceTexcoords with a test obj file</li> <li>Added unittest to write and read faceTexcoords with a test obj file</li>
<li>Added unittest for split_edge_copy operations on Tri and PolyMeshes</li>
</ul> </ul>
<b>Python</b> <b>Python</b>