Skip to content

Commit

Permalink
Specify download
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowdaw authored Dec 3, 2024
1 parent ac03828 commit 1505cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
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.

0 comments on commit 1505cff

Please sign in to comment.