From a507ec63d7d70f7061729e52de43a9962ac6ff31 Mon Sep 17 00:00:00 2001 From: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:46:21 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa42f0d..0c193d8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Speckle Automate unlocks new potentials for running Blender in the cloud. This Speckle Function uses Blender's rendering engine *Cycles* to produce global illumation renders for each 3d view/camera in your versioned Speckle data. +When you send a new Speckle Version to Speckle, this Function creates stylized renders of your 3D Views and Cameras. ## Using this Speckle Function @@ -13,8 +14,24 @@ This Speckle Function uses Blender's rendering engine *Cycles* to produce global 1. Select the existing Speckle Function named [`blender-automate`](https://automate.speckle.dev/functions/fe6015a999). 1. Click `Create Automation`. +## Examples +![SpeckleView-top down -- d0f1b976d35dba744dbc701bb18c88a5](https://github.com/JR-Morgan/blender-automate/assets/45512892/22b90b4e-1218-43da-ace4-46dff3e6efe1) +![SpeckleView-Arieal -- a8d2f4badd4ba018da45064fb3cae3b5](https://github.com/JR-Morgan/blender-automate/assets/45512892/425f8db8-5dfe-4a71-91da-b3ebe1b48a45) +![Living Room -- 0fd2a68d955f9228584a2c36ef145c6b](https://github.com/JR-Morgan/blender-automate/assets/45512892/013f5138-ce04-4d3d-9050-4c6c99405340) -## Repostructure + +
+ More examples!! + +![SpeckleView-Courtyard -- 6494c467aeaa7275bb23ad221c24612d](https://github.com/JR-Morgan/blender-automate/assets/45512892/29a06f58-a4fc-4c87-a16d-e51793842637) +![SpeckleView-Front Elevatio -- bfc2b6601ef60662cd0246eeb94f3b39](https://github.com/JR-Morgan/blender-automate/assets/45512892/465f0b63-f89f-490e-b621-4d73dc01a90c) +![From Yard -- bc71d60642872c831c4595d6423d0073](https://github.com/JR-Morgan/blender-automate/assets/45512892/c9f495ed-4499-4835-a900-4d400cdbdd45) +![Kitchen -- e8c66dd46cb37e80c6117c121060113a](https://github.com/JR-Morgan/blender-automate/assets/45512892/6c94f9b4-f1b1-4b98-9c3d-31b7d32ae6a4) + +
+ + +## Repo Structure The function entry point is `main.py` following the structure of the [speckle_automate_python_example](https://github.com/specklesystems/speckle_automate_python_example). From 117d2c644ba05bb20b5d4bc6e19ab20c6b51d679 Mon Sep 17 00:00:00 2001 From: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:47:04 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c193d8..ca9dc81 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ When you send a new Speckle Version to Speckle, this Function creates stylized r 1. [Create](https://automate.speckle.dev/) a new Speckle Automation. 1. Select your Speckle Project and Speckle Model. -1. Select the existing Speckle Function named [`blender-automate`](https://automate.speckle.dev/functions/fe6015a999). +1. Select the existing Speckle Function named [`blender-automate`](https://automate.speckle.dev/functions/c0cb8ce777). 1. Click `Create Automation`. ## Examples