Jump to content

Can I set the IPR background image via python?


MJNorris

Recommended Posts

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

Link to comment
Share on other sites

  • 1 month later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...