save pose without ik

colcurvecolcurve Posts: 145

Hi, how can I save a pose that I made using IK handles for use without IK, i.e. the final rotations as computed by the IK solver?

When I just save the post preset and apply to a "clean" character the pose does not fit.

Thanks

Comments

  • crosswindcrosswind Posts: 4,777

    IK chains should just pass the rotation values to the Bone nodes... Which generation / Genesis figure are you using ?

  • colcurvecolcurve Posts: 145

    gen 3

  • colcurvecolcurve Posts: 145

    arent the ik targets also part of the pose somehow?

  • MattymanxMattymanx Posts: 6,879
    edited March 28

    All the IK does is adjust the rotation of the bone nodes.  The rotation of each node is stored in the pose preset as a simple numerical value.  Regardless of how the pose is made, IK does not need to be enabled to apply it, nor does the preset contain any reference to it.

    {

    "url" : "name://@selection/rShin:?rotation/x/value",

    "keys" : [ [ 0, 110.3536 ] ]

    },

    {

    "url" : "name://@selection/rShin:?rotation/y/value",

    "keys" : [ [ 0, -2.088121 ] ]

    },

    {

    "url" : "name://@selection/rShin:?rotation/z/value",

    "keys" : [ [ 0, -4.275029 ] ]

    },

    {

    "url" : "name://@selection/rThighTwist:?rotation/x/value",

    "keys" : [ [ 0, 0 ] ]

    },

    Post edited by Mattymanx on
Sign In or Register to comment.