From 232f3a23fa047c84a09042a61d10ffcb52798ec3 Mon Sep 17 00:00:00 2001 From: Giuseppe L'Erario Date: Fri, 24 Nov 2023 09:55:31 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c96e85a..5a9bc8d 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,9 @@ You need an additional vscode extension: `Blender Development` which can be foun Once installed, you can run Blender by typing `Ctrl+Shift+P` and then `Blender: Start`. It will ask you to select the blender executable: select the one in the folder where you extracted the blender archive (or the installed version if you installed it). Once Blender is running, you can run the script by typing `Ctrl+Shift+P` and then `Blender: Run Script`. +You can add objects, lights, cameras as well as play with render parameters directly in Blender. +I you prefer, you can save the Blender project. Everything will be there, including the robot and its motion, so that it's not needed to run your script again. + Note that you could also write a script directly in the `Scripting` tab of Blender and run it from there. For possible issues when running the script see the [Troubleshooting](#troubleshooting) section.