scenerygraphics / sciview

sciview is a tool for visualization and interaction with ND image and mesh data
BSD 2-Clause "Simplified" License
64 stars 17 forks source link

Volumes do not display from update site version of SciView, but do display from IntelliJ builds (OS X only?) #139

Closed kephale closed 5 years ago

kephale commented 5 years ago

On OS X:

  1. Open Fiji
  2. Run SciView
  3. Demo>Volume Render
  4. Edit>Toggle floor & View>Center on active node
  5. View>Toggle bounding grid to confirm that SciView thinks the volume is there and has the right size.

This does not happen on Ubuntu, but I and others have confirmed this using SciView from the update site on OS X.

skalarproduktraum commented 5 years ago

This could be related to the race condition when adding volumes that I have fixed yesterday. Will verify...

skalarproduktraum commented 5 years ago

Fixed with #141.