Forum: Poser - OFFICIAL


Subject: P3DO - How open poserfiles with double(left)-click ??

rogerant opened this issue on Jan 24, 2006 ยท 9 posts


Dizzi posted Tue, 24 January 2006 at 2:52 PM

Deleted my previous message, as Poser wouldn't add the startup code from the script to the pz3, but rather to its startup scripts, so, here again slightly adjusted:


Well, you can add the PRPC script to the scene file that's loaded at Poser's startup (or to any other scene file).

In a text editor, you can add a line like the following to a pz3 (before the last closing bracket for example):
pythonStartupScript "P:Poser 6RuntimePythonposerScriptsprpcPRPC.py"

The problem here is that when run for the first time, the preview window will not be shown so you'll have to open a new file (CTRL+N) to have it show up... (There may be other side effects, too.) Another solution would be to call the script via a character file as PoseWorks did for particles.

The best solution's probably to go tell e-frontier to make Python scripts easier to access ;-) Message edited on: 01/24/2006 14:53