scenerygraphics / sciview

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

Timeseries slider not in sync between BDV and Properties panel #511

Open kephale opened 1 year ago

kephale commented 1 year ago

To reproduce:

  1. Run Volume Timeseries Demo
  2. Expand Properties panel in sciview
  3. Move time slider in BDV, notice the Properties one doesnt update.

It looks like

image

There is a related issue (https://github.com/scenerygraphics/sciview/issues/430#issuecomment-1589533667) about syncing Visible state between the tree view and properties panel.

kephale commented 1 year ago

One other thing we'll need to do to fully solve this is have the Properties panel update BDV's time slider.

kephale commented 1 month ago

Related to: https://github.com/scenerygraphics/sciview/issues/383