diff --git a/Tutorials/anatomy/code/polystar.zip b/Tutorials/anatomy/code/polystar.zip index e24346d0..65d88e9b 100644 Binary files a/Tutorials/anatomy/code/polystar.zip and b/Tutorials/anatomy/code/polystar.zip differ diff --git a/Tutorials/anatomy/index.html b/Tutorials/anatomy/index.html index 839e1a2a..92f83da1 100644 --- a/Tutorials/anatomy/index.html +++ b/Tutorials/anatomy/index.html @@ -13,7 +13,7 @@
This tutorial is for Processing version 2.0+ and has been adapted for Python Mode. If you see any errors or have comments, please let us know. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
-You can download the files from this tutorial.
+You can download the files from this tutorial.
@@ -664,7 +664,7 @@
-You can download the files from this tutorial. +You can download the files from this tutorial.
diff --git a/generator.py b/generator.py index 0fa64429..a838d83e 100755 --- a/generator.py +++ b/generator.py @@ -251,7 +251,8 @@ def find_images(items_dict, to_update, img_dir): else: # We want an image, but we don't have one. hm. del example['image'] - example['broken'] = True + if example['run']: + example['broken'] = True else: if os.path.exists(example_path): # So, we run all example sketches as a kind of unit-test, and they all save images,