Home Website Youtube GitHub

Leaf Roll Joints

Currently I can only find presets that support in-line roll joints. For my work purposes leaf roll joints would be more beneficial.

Please include leaf roll joints in a future release.

i’ve been reparenting these in custom step, something like this, may need tweaking for your situation, i am gonna do some more to this though as i think it will be better for engine (when ik takes over) if the main joints don’t have the twist removed, but this was my hack

for side in 'LR':
    for limb in ('arm', 'leg'):
        if pm.objExists("{}_{}0_root".format(limb, side)):
            component = stepDict["mgearRun"].components["{}_{}0".format(limb, side)]
            joints = component.jointList
            pm.parent(joints[2:2+d_0], joints[0])
            pm.parent(joints[d_0+3:], joints[1 + d_0])

Also, the upcoming EPIC_components will have this by default
it is not clearly stated in the tickets but here is the project link, so you can check the progress :slight_smile: