From f30a0d25172300774e080b3e8213d7962bcff3fc Mon Sep 17 00:00:00 2001 From: James Ball Date: Sat, 30 Apr 2022 10:43:31 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6515649..4dc8e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,21 @@ +- 1.22.0 + - Add support for externally rendered lines! + - This means there is now Blender support! + - Blender add-on included in /blender/osci-render.zip + - Settings under 'osci-render settings' section in the 'Render Properties' section of Blender + - Simply connect to osci-render whilst it is open + - Sends any grease pencil lines over to osci-render + - This includes any objects/scenes with the line art modifier + - Report any potential as still in early development! + - YouTube video explaining how to use this with Blender in development + + - 1.21.1 - Significantly improved .obj rendering performance on larger objects - Reduce framerate when drawing too computationally intensive scenes rather than pausing audio (less jarring framerate changes) - Correctly skip lines between objects with disconnected sections + - 1.21.0 - Introduced GPU-based processing of objects - THIS IS POTENTIALLY UNSTABLE - PLEASE REPORT ANY ISSUES