From ea573441f9fadcb93dd42fb9649f488500e6e451 Mon Sep 17 00:00:00 2001 From: PM Date: Fri, 7 Feb 2020 12:25:36 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 41ed234..9a9f2cf 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,17 @@ Sprite sheet generator for blender 2.8 not tested on earlier versions Installation Import addon to Blender In Render panel at the bottom will appear new section called Sprite Sheet Generator + +# Usage +Animate an object in the timeline (one frame per sprite) +In Animation workspace, choose Action Editor, click "push down" +Set camera to view the object +Properties > Render > Sprite Sheet Generator + select object + on windows, folder is C:/tmp/, not /tmp/ + add to animation name if needed + click "Sprite Sheet Generator" button => renders each + In C:/tmp/ you'll find a PNG file with all sprites. + + Spec facts: Cube going up and down animation, RGB: 3.167MB sprite sheet equivalent to 0.173MB mkv + From 56648c6225819afa777cd19308b8eaf20fa49e83 Mon Sep 17 00:00:00 2001 From: PM Date: Fri, 7 Feb 2020 12:27:32 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9a9f2cf..bfa7a4f 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,18 @@ In Render panel at the bottom will appear new section called Sprite Sheet Genera # Usage Animate an object in the timeline (one frame per sprite) + In Animation workspace, choose Action Editor, click "push down" + Set camera to view the object + Properties > Render > Sprite Sheet Generator - select object - on windows, folder is C:/tmp/, not /tmp/ - add to animation name if needed - click "Sprite Sheet Generator" button => renders each - In C:/tmp/ you'll find a PNG file with all sprites. + + - select object + - on windows, folder is C:/tmp/, not /tmp/ + - add to animation name if needed + - click "Sprite Sheet Generator" button => renders each +In C:/tmp/ you'll find a PNG file with all sprites. Spec facts: Cube going up and down animation, RGB: 3.167MB sprite sheet equivalent to 0.173MB mkv