Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
the only way I know of is to set all of the figure's actors invisible to the camera :
the following script works fine - you may want to specify which figure though.
Locked Out
Is there a way to set a keyframe for visibility via python? In the GUI we can click the "key" icon on the parameters tab to set a key for it.
I mean something like this (just wondering):
actor.SetVisibleInCamera(0).AddKeyFrame()
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.
Hi folks, is it possible to set a figure not visible to the camera from a python script?