kopia lustrzana https://github.com/carson-katri/geometry-script
Add generated tree to example
rodzic
bd732b53b7
commit
be03409dce
16
README.md
16
README.md
|
@ -2,6 +2,12 @@
|
|||
|
||||
A scripting API for Blender's Geometry Nodes:
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
<td>
|
||||
|
||||
```python
|
||||
from geometry_script import *
|
||||
|
||||
|
@ -14,6 +20,16 @@ def repeat_grid(geometry: Geometry, width: Int, height: Int):
|
|||
return g.instance_on_points(instance=geometry)
|
||||
```
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||

|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
## Installation
|
||||
1. [Download the source code](https://github.com/carson-katri/geometry-script/archive/refs/heads/main.zip)
|
||||
2. Open *Blender* > *Preferences* > *Add-ons*
|
||||
|
|
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 97 KiB |
Ładowanie…
Reference in New Issue