diff --git a/README.md b/README.md index 069f716..fdf39de 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A scripting API for Blender's Geometry Nodes: +
+ ```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) ``` + | ++ + + + | +