Forum: Poser Python Scripting


Subject: Resize Image_Map Nodes?

parrotdolphin opened this issue on Oct 08, 2009 · 9 posts


markschum posted Thu, 08 October 2009 at 11:52 PM

try imfile = nod.Input(0).Value()
the returned value depends on what the input is , so for a filename you should get a string containing the file name.

Use the python methods manual. Its a pdf file in the poser program folder and available from the help menu.

You can use  input.InNode  to find out what node is plugged in to a particular input but that gets tedious in complex materials.