brainglobe / brainrender

a python based software for visualization of neuroanatomical and morphological data.
https://brainglobe.info/documentation/brainrender/index.html
BSD 3-Clause "New" or "Revised" License
538 stars 75 forks source link

add kwargs params to Render.screenshot() and Render.export() #368

Closed carlocastoldi closed 2 months ago

carlocastoldi commented 2 months ago

option added to tweak camera and zoom parameters when exporting a non-rendered scene

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 88.13%. Comparing base (570cecd) to head (f8ef5a3).

Files Patch % Lines
brainrender/render.py 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #368 +/- ## ========================================== + Coverage 86.98% 88.13% +1.15% ========================================== Files 27 27 Lines 1214 1214 ========================================== + Hits 1056 1070 +14 + Misses 158 144 -14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.