diff --git a/docs/gallery.md b/docs/gallery.md
index 34da9e7..bb344f2 100644
--- a/docs/gallery.md
+++ b/docs/gallery.md
@@ -286,3 +286,18 @@ This file is auto-generated by docs/render_all.sh. DO NOT EDIT.
+## tut_glue_blender
+
+
+ View tut_glue_blender.hs
+
+ {!examples/tut_glue_blender.hs!}
+
+
+
+
+
+
+
+
+
diff --git a/docs/gen_gallery.sh b/docs/gen_gallery.sh
index 799d351..41d78f0 100755
--- a/docs/gen_gallery.sh
+++ b/docs/gen_gallery.sh
@@ -5,7 +5,7 @@ EXAMPLES='boundingbox colormaps goo latex_basic latex_color latex_draw
latex_wheel raster sphere blender_default_cube
tut_glue_svg tut_glue_animate tut_glue_keyframe tut_glue_fourier
tut_glue_physics tut_glue_latex tut_glue_povray
- tut_glue_povray_ortho tut_glue_potrace'
+ tut_glue_povray_ortho tut_glue_potrace tut_glue_blender'
WIDTH=640
HEIGHT=$((WIDTH*9/16))