Add generated tree to example

pull/10/head
Carson Katri 2022-11-13 15:27:01 -05:00
rodzic bd732b53b7
commit be03409dce
2 zmienionych plików z 16 dodań i 0 usunięć

Wyświetl plik

@ -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>
![Generated node tree](resources/example_generated_tree.png)
</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