I have a custom pyqt ui with a list widget in it. I'd like that list widget to update if the user changes context in the network view. e.g. from object to SOP to ROP (Driver) etc.
I believe I can utilise the ContextEvent handler but I don't know how to initiate it. Can anyone help me out or point me to a script I can dissect?
https://www.sidefx.com/docs/houdini/hom/network.html
I briefly flirted with the pypanel nodepath hook but ideally I'd like to run this from a toolshelf too.
https://www.sidefx.com/docs/houdini/examples/python_panels/nodepath.html