Forum: Poser Python Scripting


Subject: How to change an Image_Source path

JimX opened this issue on Jun 15, 2023 ยท 9 posts


JimX posted Thu, 15 June 2023 at 11:13 PM

I am working on Materials. I have a particular node, and I have made inp the node's Image_Source input. When I execute:

   print(inp.Value() )

I get the full path to that image source. The value is just what I expected.

Now my question is how do I set that image source to a new, different path?