Simple IK snapping leaves leg IK bones visible.

Issue #1810 resolved
Rakete created an issue

Because of a small typo here: https://bitbucket.org/Diffeomorphic/import_daz/src/4bcb74745fd44594e33b47d065d5c2ea3f21e721/simple.py#lines-862

Should be:

("l", "Leg", S_LLEGFK, S_LLEGIK),

instead of:

("l", "Leg", S_LLEGFK, S_RLEGIK),

Comments (3)

  1. Log in to comment