Skip to content

Commit

Permalink
arm and neck modifications. Should not be necessary. TODO: is there a…
Browse files Browse the repository at this point in the history
… better solution??
  • Loading branch information
miquelcampos committed Sep 10, 2024
1 parent 95730d6 commit 8a1a216
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 199 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,9 @@ def addOperators(self):

if self.settings["ikTR"]:
# connect the control inputs
outEff_dm = o_node.listConnections(c=True)[-1][1]
# TODO: Compare the listConnections return with original Pymel
# outEff_dm = o_node.listConnections(c=True)[-1][1]
outEff_dm = o_node.listConnections(c=True)[-1]

inAttr = self.ikRot_npo.attr("translate")
outEff_dm.attr("outputTranslate") >> inAttr
Expand Down
Loading

0 comments on commit 8a1a216

Please sign in to comment.