Advertisement
squidingtin

SE-mech Joint Names

Oct 28th, 2024
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.97 KB | None | 0 0
  1. Neck
  2.  
  3.     Neck_LR = hnr; -90 / +90
  4.     Neck_UpDown = hnb; -90 / +90
  5.  
  6. Shoulders
  7.  
  8.     R_Shoulder_UpDown = hsrf; -90 / +90
  9.     L_Shoulder_UpDown = hslf; -90 / +90
  10.     R_Shoulder_Out = hsra; -90 / +90
  11.     L_Shoulder_Out = hsla; -90 / +90
  12.  
  13. Elbows
  14.  
  15.     R_Elbow = her; -90 / +90
  16.     L_Elbow = hel; -90 / +90
  17.  
  18. Wrists
  19.  
  20.     R_Wrist_Rotate = hwrirr; -90 / +90
  21.     L_Wrist_Rotate = hwrilr; -90 / +90
  22.     R_Wrist_InOut = hwrirf; -90 / +90
  23.     L_Wrist_InOut = hwrilf; -90 / +90
  24.  
  25. Hands
  26.  
  27.     R_Hand_InOut = hwrira; -90 / +90
  28.     L_Hand_InOut = hwrila; -90 / +90
  29.  
  30. L Hand:
  31.  
  32.     L_Thumb = LeftThumbProximal; -90 / +90
  33.     L_Thumb = LeftThumbDistal; -90 / +90
  34.     L_Index = LeftIndexProximal; -90 / +90
  35.     L_Index = LeftIndexIntermediate; -90 / +90
  36.     L_Index = LeftIndexDistal; -90 / +90
  37.     L_Middle = LeftMiddleProximal; -90 / +90
  38.     L_Middle = LeftMiddleIntermediate; -90 / +90
  39.     L_Middle = LeftMiddleDistal; -90 / +90
  40.     L_Ring = LeftRingProximal; -90 / +90
  41.     L_Ring = LeftRingIntermediate; -90 / +90
  42.     L_Ring = LeftRingDistal; -90 / +90
  43.     L_Pinky = LeftLittleProximal; -90 / +90
  44.     L_Pinky = LeftLittleIntermediate; -90 / +90
  45.     L_Pinky = LeftLittleDistal; -90 / +90
  46.  
  47. R Hand:
  48.  
  49.     R_Thumb = RightThumbProximal; -90 / +90
  50.     R_Thumb = RightThumbDistal; -90 / +90
  51.     R_Index = RightIndexProximal; -90 / +90
  52.     R_Index = RightIndexIntermediate; -90 / +90
  53.     R_Index = RightIndexDistal; -90 / +90
  54.     R_Middle = RightMiddleProximal; -90 / +90
  55.     R_Middle = RightMiddleIntermediate; -90 / +90
  56.     R_Middle = RightMiddleDistal; -90 / +90
  57.     R_Ring = RightRingProximal; -90 / +90
  58.     R_Ring = RightRingIntermediate; -90 / +90
  59.     R_Ring = RightRingDistal; -90 / +90
  60.     R_Pinky = RightLittleProximal; -90 / +90
  61.     R_Pinky = RightLittleIntermediate; -90 / +90
  62.     R_Pinky = RightLittleDistal; -90 / +90
  63.  
  64.  
  65. Legs:
  66. Hinge Knee Right = hkr; -90 / +90
  67. Hinge Ankle Right = har; -90 / +90
  68.  
  69. Hinge Knee Right = hkl; -90 / +90
  70. Hinge Ankle Right = hal; -90 / +90
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement