From fcee42095fdd2f780f5b81600eb286838ccc0858 Mon Sep 17 00:00:00 2001 From: Martin Schultz Date: Thu, 29 Jun 2017 10:28:42 +0200 Subject: [PATCH] added changes of split_copy and split_edge_copy to changelog --- Doc/changelog.docu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index a798ae16..2a55a8fa 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -18,6 +18,7 @@
  • Implemented a cast from polyMesh to Mesh and vice versa using static_cast(polymeshInstance) or static_cast(trimeshInstance)
  • make all negative handles invalid, not just -1
  • Several warnings fixed (Including the checked iterators)
  • +
  • split_copy and split_edge_copy operations now also copy internal properties.
  • @@ -46,6 +47,7 @@ Unittests Python