Skip to content

Commit

Permalink
Shifter components: expose joint name description in settings. Spine …
Browse files Browse the repository at this point in the history
…index #102
  • Loading branch information
miquelcampos committed Mar 22, 2022
1 parent d964d1b commit 5090eaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def addObjects(self):
self.cnx0 = primitive.addTransform(self.root, self.getName("0_cnx"))
self.cnx1 = primitive.addTransform(self.root, self.getName("1_cnx"))
self.jnt_pos.append(
[self.cnx1, string.replaceSharpWithPadding(jdn_spine), i + 2]
[self.cnx1, string.replaceSharpWithPadding(jdn_spine, i + 2)]
)

def addAttributes(self):
Expand Down

0 comments on commit 5090eaf

Please sign in to comment.