Updated changelog

This commit is contained in:
Jan
2022-01-14 10:07:21 +01:00
parent 66271b6b0f
commit 9809877ad1

View File

@@ -35,6 +35,7 @@
<li>OM Writer/Reader: Added support for (re)storing properties of type vector<T></li> <li>OM Writer/Reader: Added support for (re)storing properties of type vector<T></li>
<li>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.</li> <li>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.</li>
<li>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)</li> <li>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)</li>
<li>OBJ Reader: Fix material reader, when starting with spaces</li>
</ul> </ul>
<b>Tools</b> <b>Tools</b>