Forum: Poser Python Scripting


Subject: Name of the file PZ3

minuitdixhuit opened this issue on Dec 15, 2021 ยท 7 posts


structure posted Wed, 15 December 2021 at 6:56 AM Forum Coordinator

import poser
scene = poser.Scene()
document = scene.DocumentPath()
if document is None:
    document = "Untitled"

Locked Out