Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 24 6:22 pm)
a basic script to turn off IK
import poser
scene = poser.Scene()
figure = scene.CurrentFigure()
parts = figure.Actors()
figure.SetIkStatus(0,0)
figure.SetIkStatus(1,0)
figure.SetIkStatus(2,0)
figure.SetIkStatus(3,0)
Locked Out
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.
Is there a plug in that will break all chain links in a figure at one time it is tedious to use the chain break tool on a lot of body parts.
Thanks
MacBook Pro OSX El Capitan Ver 10.11.6