Forum: Poser Python Scripting


Subject: Accessing Poser Files Directly

JimX opened this issue on Jun 11, 2023 ยท 12 posts


EVargas posted Sun, 11 June 2023 at 3:02 PM

Hi, maybe you could try and "guess it" based on the geometry path?

actor = scene.CurrentActor()
geomPath = actor.GeomFileName()


EVargas.Art