Skip to content

Commit

Permalink
fix Epic_neck joints naming #102
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Apr 25, 2022
1 parent 092c01c commit ed7d24b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Guide(guide.ComponentGuide):
email = EMAIL
version = VERSION

joint_names_description = ["spine_##", "head"]
joint_names_description = ["neck_##", "head"]

def postInit(self):
"""Initialize the position for the guide"""
Expand Down

0 comments on commit ed7d24b

Please sign in to comment.