Skip to content

Instantly share code, notes, and snippets.

@AndresMWeber
Created February 19, 2018 20:20
Show Gist options
  • Save AndresMWeber/7616c5c2cabfd8331a4f1186724ef201 to your computer and use it in GitHub Desktop.
Save AndresMWeber/7616c5c2cabfd8331a4f1186724ef201 to your computer and use it in GitHub Desktop.
# hand_instance.controls.finger.fk[0]
# hand_instance.finger.controls.fk[0]
# hand_instance.controls_finger_ik_0
# hand_instance.fk.controls.finger[0]
# hand_instance.finger.fk.controls[0]
# hand_instance.fingers[0].controls[2]
# hand_instance.fingers[0].controls.fk[2]
hand_instance.hierarchy = {‘fingers’: [
{‘controls’: {‘fk’: [<Control ‘index_0’>, <Control ‘index_1’>, ...]}},
{‘controls’: {‘fk’: [<Control middle_0’>, <Control ‘middle_1’>, ...}}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment