Forum Moderators: Lobo3433, Staff Forum Coordinators: Anim8dtoon
Poser Python Scripting F.A.Q (Last Updated: 2026 Mar 27 4:38 pm)
PhilC answered this on my Where To Go To Ask PoserPython Questions Now? thread.
Basically, for anything that CANNOT be done explicitly in PoserPython, but which CAN be done from a PZ2 pose file, the workaround is to write a pose file and apply that (for an example see Anthony Appleyard's An old problem with parenting props is still here in Poser 10. thread and D3D's 2008 Problem With SetParent thread which was referred to.)
The pose file for setting Display Origin for the currently selected actor is as follows (assuming the forum doesn't totally !@#$ upthe formatting !
{
actor $CURRENT
{
displayOrigin 1
}
}
Is it displayed correctly? Yay! Triple backticks (NOT apostrophes) on their own lines before and after. Totally intuitive... my %^&*
The 3Dcheapskate (also available in DAZ and HiveWire3D flavours) 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.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Check/Uncheck "Display Origin" (Properties Tab) ?
Can this be done from PoserPython ?
Is there another PoserPython forum anywhere ?
The 3Dcheapskate (also available in DAZ and HiveWire3D flavours) 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.