You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the properties panel in sciview can get out of sync with node state from the scene. It would be awesome to have a callback mechanism (NodeListener) to be told whenever details of a node change. Then, in sciview, we can subscribe to node changes and update the properties panel accordingly. This would be useful in other scenarios as well, really any time you want to keep track of what's happening with nodes. See also this Zulip topic.
The text was updated successfully, but these errors were encountered:
@skalarproduktraum This issue came up again during the sciview hackathon with @kephale back in July, and I expect will continue to crop up in future, in scenarios where people want to keep their own data structures synchronized with scenery state. What do you think—is a NodeListener or similar something that would be pretty straightforward to weave into the codebase? Or are there obstacles?
Right now, the properties panel in sciview can get out of sync with node state from the scene. It would be awesome to have a callback mechanism (
NodeListener
) to be told whenever details of a node change. Then, in sciview, we can subscribe to node changes and update the properties panel accordingly. This would be useful in other scenarios as well, really any time you want to keep track of what's happening with nodes. See also this Zulip topic.The text was updated successfully, but these errors were encountered: