MJNorris Posted August 26, 2021 Share Posted August 26, 2021 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 Quote Link to comment Share on other sites More sharing options...
michaelb-01 Posted September 27, 2021 Share Posted September 27, 2021 I was trying to do this recently too but couldn't figure it out and assumed it wasn't possible through python. Did you manage to figure it out? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.