diff --git a/README.md b/README.md index 1985064..b306b46 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This allows users to create constructive solid geometry from within Blender usin ![](images/SD5_Demo.png) # How to use -Download the repository as a zip and install the addon in Blender. +Download the zip in the releases tab [here](https://github.com/Snowdaw/SD5/releases/tag/v1.0) and install the addon in Blender. Open Blender and go to the scripting tab and create a new script with a name starting with "SD5_". This is to allow the handler to automatically execute the script in the post depsgraph handler. @@ -45,4 +45,4 @@ If you move the empty the corresponding shape will update it's position, rotatio To see all available functions you can import the library like in the script in the Python console tab and use autocomplete to get a list of functions. -To see Python errors and print statements toggle the system console under the view tab on Windows or start Blender from the terminal on MacOS and Linux. \ No newline at end of file +To see Python errors and print statements toggle the system console under the view tab on Windows or start Blender from the terminal on MacOS and Linux.