no python image access?

   2119   2   2
User Avatar
Member
83 posts
Joined: July 2005
Offline
this is odd. I thought I had done this before, but, I cannot find a way to access image data from an image file in hython.

In the expression language manpage for the tex function it says:
REPLACED BY
hou.pixelColorInFileByUV

which does not exist. In fact, I could find no means at all to access image data in python in a SOP…..

is this correct? :shock:
User Avatar
Member
41 posts
Joined: April 2013
Offline
Would there even be any image data to manipulate in SOPs?

I don't know, but maybe you need a SHOP net as an intermediate step?
User Avatar
Member
7725 posts
Joined: July 2005
Offline
You can still run hscript expressions in Python with hou.hscriptExpression().
  • Quick Links