Implement/improve mesh assignment/copying
Compare changes
@@ -32,18 +32,11 @@
One mesh can now be assigned to another using .assign()
, even between different topology kernels.
This required proper copying/moving of properties, and re-using old properties that may be referenced elsewhere (e.g. NormalAttrib).
This is mainly intended for Mesh conversion.