Carson Katri 2022-12-02 08:32:36 -05:00
commit 4d2fe4ba2e
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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.
Read the documentation for more information on installation, syntax, and tutorials.