IK Chain Node Translation Not Updating Bone Position via Script

Hello everyone,

I'm experiencing an issue with IK chains in DAZ Studio. When I modify the translation property of an IK chain node using a script, the property value changes, but the associated skeleton's bone position does not update. However, if I manually adjust the parameter using the slider, the bone position changes as expected.

Here is the code I've used for testing:

var selectedNode = Scene.getPrimarySelection();var xTransProp = selectedNode.getXPosControl();xTransProp.setValue(xTransProp.getValue() - 10.0);

Could anyone provide insight into why the script isn't updating the bone position, while manual adjustments work fine? I'd greatly appreciate any advice or solutions to this problem.

Thank you for your help!

Sign In or Register to comment.