Forum: Poser - OFFICIAL


Subject: Opened Poser 10 today... libraries replaced by a flashplayer icon.

johnthepatriot opened this issue on Jan 12, 2021 ยท 119 posts


Azath posted Tue, 12 January 2021 at 1:01 PM

@ssmith

go to the tab Scripts on top of the Bar .... you should have a Folder called Dimension3D in there you will find the XL_ ?your version klick on it .

alternative option to run the script when Poser will start !

How to Start Python Scripts together with Poser

If you want to run a Python script each time when Poser starts, you can do so from the fileposerStartup.py, which is located in RuntimePythonposerScripts. This is a Python script that isexecuted once while Poser is starting.To start a Python script from poserStartUp.py, add the following line to this file:poser.ExecFile(":Runtime:Python:poserScripts:script.py")The path may be an absolute path (use \ instead of as path separator in that case) or a relative pathstarting with :Runtime as in the example above.However, Poser may not yet be fully initialized when this start-up script runs, and some scripts mayfail because of this. In that case, you may start a script with a delay for a few seconds. In Poser 8and up, this can be done as follows .....

D3D Tutorials Pdf