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

[BUG] scene.export flipping the render #315

Closed orena1 closed 8 months ago

orena1 commented 8 months ago

Describe the bug Hi, When I export a render to html, the html model that I get is flipped. See scrrenshots.

To Reproduce Use https://github.com/brainglobe/brainrender/blob/main/examples/probe_tracks.py and add scene.export("prob_tracks.html") to the end of the python script

Screenshots

image image

Computer used (please complete the following information): Windows 11

In [2]: brainrender.__version__
Out[2]: '2.1.3'
adamltyson commented 8 months ago

Hi @orena1, we think this has now been fixed, and will be included in v2.1.4 which should be released in the next hour or so. When you get some time, could you update (pip install brainrender -U) and try it out?