Skip to content

Commit

Permalink
Reset settings at the end of examples/settings.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Jun 6, 2024
1 parent 5f59be7 commit 3e2ebbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@
brainrender.settings.SHADER_STYLE = shader
scene = Scene(title=shader)
scene.render()

brainrender.settings.BACKGROUND_COLOR = "white" # reset background color
brainrender.settings.SHOW_AXES = True # reset axes display

0 comments on commit 3e2ebbf

Please sign in to comment.