Hi all, new to TD and enjoying it so far. Am setting up a work flow that works for me on my first big project but have hit a snag (using 099 build 2020.20020 on OSX 10.14.6).
I don’t like the parameters over my network view so have set up a separate pane for them. However, despite being set to the same path as my main network pane it does not refresh automatically when I select objects in the main pane.
If I select an object in the main pane and then click on the path in the parameter pane it refreshes and works. I thought I might be able to set up a shortcut to trigger a refresh programmatically but ui.panes does not give me access to anything I can use.
Does anyone have a suggestion here?
EDIT - no luck with showInPane() either, can find no examples on how to use this
EDIT 2 - I have since discovered I can refresh by resetting the same owner ( ui.panes[‘pane3’].owner = ui.panes[‘pane3’].owner ) but still need to find a tidy way to automate…