yt-project / yt_idv

Interactive volume rendering for yt
Other
9 stars 6 forks source link

render_gui cleanup #41

Closed chrishavlin closed 2 years ago

chrishavlin commented 2 years ago

This PR is mostly organizational changes to SceneComponent.render_gui(). The only user-facing behavioral change is that the new isocontour "Add Layer" button only appears if "Isocontour" is the selected render method.

My goal was to streamline and simplify render_gui, but happy to roll back any (or all!) of these changes if you feel they don't actually do that.