Hi people,
I had some code which I was running to find the rendered image in the "Render View" pane and save it to file.
_desktop = hou.ui.curDesktop()
_ipr = _desktop.paneTabOfType(hou.paneTabType.IPRViewer)
_ipr.saveFrame(_file)
This was running fine in Houdini 17. However, since updating to Houdini 18 (I'm using 18.0.440), the desktop object seems like it can't find the IPR pane, the paneTabOfType method is returning None.
Anyone have any ideas what I can do to get this working?
Thanks,
Henry