Skip to content

Commit

Permalink
gen_gallery.py: fix missing pv_plot() option in generate_images()
Browse files Browse the repository at this point in the history
  • Loading branch information
rc committed Mar 24, 2024
1 parent c1bb29e commit 1cb9c14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/gen_gallery.py
Expand Up @@ -843,7 +843,8 @@ def generate_images(images_dir, examples_dir, pattern='*.py'):
camera=[225, 75, 1],
camera_position=None,
view_2d=False,
force_view_3d=False)
force_view_3d=False,
show_step_time=False)

ensure_path(images_dir + os.path.sep)

Expand Down

0 comments on commit 1cb9c14

Please sign in to comment.