Forum: Poser Python Scripting


Subject: Turn off all DisplayOrigin points in a scene, at once?

HartyBart opened this issue on Jul 14, 2021 ยท 19 posts


adp001 posted Sat, 17 July 2021 at 9:08 AM

And already I have an application where I could use it to switch the origins on/off via script: I want to create a few dozen props with different geometries and parameters via script. To check if the geometries are correct and the props are placed correctly, it would be helpful if I could use "SetDisplayOrigin()" in the script.

Now I am forced to create pose files and load them for each prop where I want to switch the origins. Unnecessarily cumbersome, complex and slow...