Forum: Poser Python Scripting


Subject: Poserscript function CurrentFile() ?

gbn opened this issue on Aug 03, 2014 ยท 3 posts


gbn posted Sun, 03 August 2014 at 1:55 PM

I'm missing this function.

For normal use, it isn't needed since Poser session always knows its context (scene).

I'm using pickle-files for long w/ the same basename as the related Poser-file (render application).

I'm tired of explicitly give the current Poser-file name by dialogue-function.

Is there a trick by callbacks or monitoring AppData or shall I place a feature request ?

TIA / Gunnar


Pret-a-3D posted Sun, 03 August 2014 at 2:32 PM

This is only available in Poser 10 SR2 and above:

poser.Scene().DocumentPath()

Cheers.

Paolo

https://www.preta3d.com
FB: https://www.facebook.com/RealityPlugIn
Tw: @preta3d
G+: https://plus.google.com/106625816153304163119
The Reality Gallery: https://reality-plug-in.deviantart.com


gbn posted Sun, 24 August 2014 at 12:32 PM

THX and check it: OK.

Needs to be updated in the PoserPython Ref Manual.

Not in REV May 13, 2013

-GBN-