From 04a1f60eb3977d896e42022618e4260bd472fc44 Mon Sep 17 00:00:00 2001 From: Carson Katri Date: Thu, 1 Dec 2022 09:30:11 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index defd9e1..786e8c6 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ def repeat_grid(geometry: Geometry, width: Int, height: Int): 2. Open *Blender* > *Preferences* > *Add-ons* 3. Choose *Install...* and select the downloaded ZIP file +Or you can get it from the [Blender Market](https://www.blendermarket.com/products/geometry-script). + ## What is Geometry Script? *Geometry Script* is a robust yet easy to use Python API for creating Geometry Nodes with code. @@ -43,4 +45,4 @@ At a certain point, Geometry Node trees become unmanagably large. Creating node *Geometry Script* has all of the performance and capabilities of Geometry Nodes, but in a more managable format. The scripts are converted directly to Geometry Node trees making them easy to tweak for others unfamiliar with scripting. ## [Documentation](https://carson-katri.github.io/geometry-script/) -Read the documentation for more information on installation, syntax, and tutorials. \ No newline at end of file +Read the documentation for more information on installation, syntax, and tutorials.