3dcheapskate opened this issue on Mar 11, 2016 ยท 2 posts
3dcheapskate posted Fri, 11 March 2016 at 2:25 AM
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.
3dcheapskate posted Wed, 16 March 2016 at 1:19 AM
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.