From 9ee8d0be53ff81828f0e6a9e35ca6eca55ac405f Mon Sep 17 00:00:00 2001 From: DreliasJackCarter <81012802+DreliasJackCarter@users.noreply.github.com> Date: Sun, 15 Aug 2021 19:24:54 +0200 Subject: [PATCH] Fix Readme Typos fixed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7d4bd1..bf64d13 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,9 @@ I noticed some issues that I'm trying to fix : * Objects must be Modifier free. Mirror, Array and such interfere with number of vertex. * Ensure to backup your Blender file to prevent any damage. * Eevee rendering is fast but randomly crashes. Cycles seems more stable but renders a bit slower. -~~* Light sources are not handled yet.~~ +* ~~Light sources are not handled yet.~~ * Background textures and skyboxes are not handled. -~~* Soft armatures are not handled properly (see sword trail). It may be due to persistent vertex groups.~~ +* ~~Soft armatures are not handled properly (see sword trail). It may be due to persistent vertex groups.~~ * This script is made for rendering. Script execution is inappropriate for real time 3D. ## Feedback