Forum: Poser Python Scripting


Subject: Loading a PP2 file via PoserPython (Poser 6)

3dcheapskate opened this issue on May 05, 2012 · 11 posts


3dcheapskate posted Wed, 06 June 2012 at 11:06 PM

Thanks again - duly noted. So instead of this...

WORKS ON A PC BUT WON'T WORK ON A MAC:

poser.Scene().LoadLibraryProp("RuntimeLibrariesProps3DCheapskateWeaponsDha.pp2")

...I could use any of the following three:

WORKS ON A PC (CHECKED ALL 3 MYSELF), SHOULD WORK ON A MAC TOO (CAN'T CHECK):

poser.Scene().LoadLibraryProp("Runtime/Libraries/Props/3DCheapskate/Weapons/Dha.pp2")

poser.Scene().LoadLibraryProp("RuntimeLibrariesProps3DCheapskateWeaponsDha.pp2")

 poser.Scene().LoadLibraryProp(":Runtime:Libraries:Props:3DCheapskate:Weapons:Dha.pp2")

 

 


The 3Dcheapskate* occasionally posts sensible stuff. Usually by accident.
And it usually uses Poser 11, with units set to inches. Except when it's using Poser 6 or PP2014, or when its units are set to PNU.

*also available in ShareCG, DAZ, and HiveWire3D flavours (the DeviantArt and CGBytes flavour have been discontinued).