Sat, Jan 25, 12:34 PM CST

Renderosity Forums / Poser - OFFICIAL



Welcome to the Poser - OFFICIAL Forum

Forum Coordinators: RedPhantom

Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 24 6:22 pm)



Subject: Undoing all IK links?


uncle808us ( ) posted Wed, 12 November 2014 at 3:41 PM · edited Tue, 26 November 2024 at 11:42 PM

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


AmbientShade ( ) posted Wed, 12 November 2014 at 10:22 PM

What is UK? Did you mean IK?



uncle808us ( ) posted Thu, 13 November 2014 at 12:19 AM

Sorry typo. I mean IK.  I'll try to edit tomorrow. Sorry.

MacBook Pro OSX El Capitan Ver 10.11.6


AmbientShade ( ) posted Thu, 13 November 2014 at 12:50 AM

I changed the thread title for you. 

I don't know of a script, but that doesn't mean there isn't one. Someone else might know. 



uncle808us ( ) posted Thu, 13 November 2014 at 4:58 AM

Thank you very much. 

MacBook Pro OSX El Capitan Ver 10.11.6


PhilC ( ) posted Thu, 13 November 2014 at 9:44 AM

IK's can be turned off under the Figure menu. It can be scripted.


structure ( ) posted Sun, 16 November 2014 at 4:06 AM · edited Sun, 16 November 2014 at 4:10 AM
Forum Coordinator

a basic script to turn off IK

Freestuff IK Script

import poser

scene = poser.Scene()
figure = scene.CurrentFigure()
parts = figure.Actors()

Turn off IK

figure.SetIkStatus(0,0)
figure.SetIkStatus(1,0)
figure.SetIkStatus(2,0)
figure.SetIkStatus(3,0)

Locked Out


Privacy Notice

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.