From 5e1b050743232fd1d6a5bb1087c839aaa4d5204c Mon Sep 17 00:00:00 2001 From: ChrisFloofyKitsune Date: Fri, 24 May 2024 21:02:25 -0600 Subject: [PATCH] version 0.2.4 changelog in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 110ad16..44e901c 100644 --- a/README.md +++ b/README.md @@ -117,3 +117,7 @@ Check out the tooltips for descriptions on what each button and option in the me * v0.2.0: Full Ambient Occlusion baking toolset, check tooltips for info. Should have all the AO-related functionality that OBJ2S3O did... save for batch baking. * v0.2.1: AO baking plates are centered under the model. Fix errors on model import/export. * v0.2.2: Ensure 'ambient_occlusion' attribute exists before baking to it. Tweak AO settings min/max. Improved building groundplate AO edge smoothing. +* v0.2.3 Changes: + * Add new "Min Distance" feature to the Vertex AO baking. It attempts to remove black spots caused by things such as intersecting faces and smooths out the end result. + * Add Apply Rotation/Scale/Modifiers options to the S3Oify Object Hierarchy tool. +* v0.2.4 Changes: Improve AO baking result a bit more by making a copy of the mesh and splitting it across the sharp edges before baking-- then saving results to the original mesh. \ No newline at end of file