I have a bit of an issue with parenting joints which are in one list.
spineJn = ['spine_IK_Jnt_A', 'spine_IK_Jnt_B', 'spine_IK_Jnt_C', 'spine_IK_Jnt_D', 'spine_IK_Jnt_E', 'spine_IK_Jnt_F', 'spine_IK_Jnt_G']
So, i need to make a joint chain out of these joints in this list. Key point is that I want to make it in reverse, meaning that the top Parent Joint is 'spine_IK_Jnt_A' and the end of the chain to be with 'spine_IK_Jnt_G'
I'm sorry for asking simple question, but I couldn't find anything online. Thank you in advance for any help.