From 9809877ad13b53acd74a19bc8f4fcdfe17403247 Mon Sep 17 00:00:00 2001 From: Jan Date: Fri, 14 Jan 2022 10:07:21 +0100 Subject: [PATCH] Updated changelog --- Doc/changelog.docu | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index d4236358..06043ea4 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -35,6 +35,7 @@
  • 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 st (Thanks to Ossi Saukko from Centria Research and Development for the patch)
  • +
  • OBJ Reader: Fix material reader, when starting with spaces
  • Tools