It looks like there was a small bug in how save_3d_views handled custom parameter dicts — it assumed that view was a string that could be used in the filename, but for custom parameter dicts it actually contained the dictionary of parameters. I separated the view name from the parameters dict and made the documentation more explicit.
It looks like there was a small bug in how
save_3d_views
handled custom parameter dicts — it assumed thatview
was a string that could be used in the filename, but for custom parameter dicts it actually contained the dictionary of parameters. I separated the view name from the parameters dict and made the documentation more explicit.