Hi There,
I'm trying to set the background image of the default render view via python and having absolutely no success!
I can get the current render view doing something like this:
panes = hou.ui.paneTabs()
ipr = [x for x in panes if x.type()==hou.paneTabType.IPRViewer][0]
but I can't find the display settings associated with the pane, am I even looking in the right place?
I'm a bit lost on this one so any help would be greatly appreciated :s