Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. #define BONE_PELVIS 0
  2. #define BONE_SPINE_0 3
  3. #define BONE_SPINE_1 4
  4. #define BONE_SPINE_2 5
  5. #define BONE_SPINE_3 6
  6. #define BONE_NECK 7
  7. #define BONE_HEAD 8
  8. #define BONE_CLAVICLE_L 9
  9. #define BONE_ARM_UPPER_L 10
  10. #define BONE_ARM_LOWER_L 11
  11. #define BONE_HAND_L 12
  12. #define BONE_FINGER_MIDDLE_META_L 13
  13. #define BONE_FINGER_MIDDLE_0_L 14
  14. #define BONE_FINGER_MIDDLE_1_L 15
  15. #define BONE_FINGER_MIDDLE_2_L 16
  16. #define BONE_FINGER_PINKY_META_L 17
  17. #define BONE_FINGER_PINKY_0_L 18
  18. #define BONE_FINGER_PINKY_1_L 19
  19. #define BONE_FINGER_PINKY_2_L 20
  20. #define BONE_FINGER_INDEX_META_L 21
  21. #define BONE_FINGER_INDEX_0_L 22
  22. #define BONE_FINGER_INDEX_1_L 23
  23. #define BONE_FINGER_INDEX_2_L 24
  24. #define BONE_FINGER_THUMB_0_L 25
  25. #define BONE_FINGER_THUMB_1_L 26
  26. #define BONE_FINGER_THUMB_2_L 27
  27. #define BONE_FINGER_RING_META_L 28
  28. #define BONE_FINGER_RING_0_L 29
  29. #define BONE_FINGER_RING_1_L 30
  30. #define BONE_FINGER_RING_2_L 31
  31. #define BONE_WEAPON_HAND_L 32
  32. #define BONE_ARM_LOWER_L_TWIST 33
  33. #define BONE_ARM_LOWER_L_TWIST1 34
  34. #define BONE_ARM_UPPER_L_TWIST 35
  35. #define BONE_ARM_UPPER_L_TWIST1 36
  36. #define BONE_CLAVICLE_R 37
  37. #define BONE_ARM_UPPER_R 38
  38. #define BONE_ARM_LOWER_R 39
  39. #define BONE_HAND_R 40
  40. #define BONE_FINGER_MIDDLE_META_R 41
  41. #define BONE_FINGER_MIDDLE_0_R 42
  42. #define BONE_FINGER_MIDDLE_1_R 43
  43. #define BONE_FINGER_MIDDLE_2_R 44
  44. #define BONE_FINGER_PINKY_META_R 45
  45. #define BONE_FINGER_PINKY_0_R 46
  46. #define BONE_FINGER_PINKY_1_R 47
  47. #define BONE_FINGER_PINKY_2_R 48
  48. #define BONE_FINGER_INDEX_META_R 49
  49. #define BONE_FINGER_INDEX_0_R 50
  50. #define BONE_FINGER_INDEX_1_R 51
  51. #define BONE_FINGER_INDEX_2_R 52
  52. #define BONE_FINGER_THUMB_0_R 53
  53. #define BONE_FINGER_THUMB_1_R 54
  54. #define BONE_FINGER_THUMB_2_R 55
  55. #define BONE_FINGER_RING_META_R 56
  56. #define BONE_FINGER_RING_0_R 57
  57. #define BONE_FINGER_RING_1_R 58
  58. #define BONE_FINGER_RING_2_R 59
  59. #define BONE_WEAPON_HAND_R 60
  60. #define BONE_ARM_LOWER_R_TWIST 61
  61. #define BONE_ARM_LOWER_R_TWIST1 62
  62. #define BONE_ARM_UPPER_R_TWIST 63
  63. #define BONE_ARM_UPPER_R_TWIST1 64
  64. #define BONE_LEG_UPPER_L 65
  65. #define BONE_LEG_LOWER_L 66
  66. #define BONE_ANKLE_L 67
  67. #define BONE_BALL_L 68
  68. #define BONE_LFOOT_LOCK 69
  69. #define BONE_LEG_UPPER_L_TWIST 70
  70. #define BONE_LEG_UPPER_L_TWIST1 71
  71. #define BONE_LEG_UPPER_R 72
  72. #define BONE_LEG_LOWER_R 73
  73. #define BONE_ANKLE_R 74
  74. #define BONE_BALL_R 75
  75. #define BONE_RFOOT_LOCK 76
  76. #define BONE_LEG_UPPER_R_TWIST 77
  77. #define BONE_LEG_UPPER_R_TWIST1 78
  78. #define BONE_FINGER_PINKY_L_END 79
  79. #define BONE_FINGER_THUMB_L_END 80
  80. #define BONE_FINGER_PINKY_R_END 81
  81. #define BONE_FINGER_THUMB_R_END 82
  82. #define BONE_VALVEBIPED_WEAPON_BONE 83
  83. #define BONE_LH_IK_DRIVER 84
  84. #define BONE_PRIMARY_JIGGLE_JNT 85
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement