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

the node property panels (basic and rotation) always unfold #550

Open xulman opened 4 months ago

xulman commented 4 months ago

when I fold/collapse the two panels in sciview, then call sciview.addNode(node, false, someParentNode), the panels unfold/expand fully... dishonoring their current visibility state

side note: noticed that the content of these two panels is always refreshed, even when activePublish = false as above; but the panel with the scene tree is not updated (as I wished with the false)

kephale commented 1 month ago

The side note should be addressed by: https://github.com/scenerygraphics/sciview/pull/594

kephale commented 1 month ago

@xulman what is a minimal test for this?

kephale commented 1 month ago

I wonder if this is the same issue: https://github.com/scenerygraphics/sciview/issues/480