From 919abd832608ea2a7d0ba1042f2a7c6e009c56a5 Mon Sep 17 00:00:00 2001 From: Jan Date: Fri, 4 Jun 2021 15:14:23 +0200 Subject: [PATCH] Fixed thanks changelog entry --- Doc/changelog.docu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 9a9e8ebb..385679c7 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -33,7 +33,7 @@
  • OM Writer: Removed debug output
  • OM Writer/Reader: Added support for (re)storing properties of type vector
  • OM Reader: Properties can now be restored from files without the need to create the properties beforehand. Custom types need to be registered for this to work using the OM_REGISTER_PROPERTY_TYPE macro.
  • -
  • PLY writer: Added option to choose if we want to write texture coordinates as uv or ply
  • +
  • PLY writer: Added option to choose if we want to write texture coordinates as uv or st (Thanks to Ossi Saukko from Centria Research and Development for the patch)
  • Tools