Forum: Poser Python Scripting


Subject: Using sockets or pipes to talk with external apps

tromnek opened this issue on Nov 27, 2004 ยท 9 posts


tromnek posted Sat, 27 November 2004 at 7:32 PM

I just wrote a little script to assist in the following. View my library folders with and external application (like P3dO Explorer) and copy the filenames to the system clipboard. Then I click on a button from my python script to load that library file in poser. Read the attached script for more details. It would be even better to create a socket in poser-python. Then had a dll that creates a 'send to' in windows right-click context menu, sending the pathname directly to the poser-python socket. Any thoughts/suggestions?