Mid Air.fbx.meta 88 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199
  1. fileFormatVersion: 2
  2. guid: 5549c8281f3923d4bbaa299fc075558c
  3. ModelImporter:
  4. serializedVersion: 18
  5. fileIDToRecycleName:
  6. 100000: //RootNode
  7. 100002: l_hipProxy_geo
  8. 100004: l_kneeProxy_geo
  9. 100006: l_ankleProxy_geo
  10. 100008: l_ballProxy_geo
  11. 100010: LToeBase_End2
  12. 100012: LeftToes
  13. 100014: LeftFoot
  14. 100016: LeftLeg
  15. 100018: LeftUpLeg
  16. 100020: pelvisProxy_geo
  17. 100022: r_hipProxy_geo
  18. 100024: r_kneeProxy_geo
  19. 100026: r_ankleProxy_geo
  20. 100028: r_ballProxy_geo
  21. 100030: LToeBase_End3
  22. 100032: RightToes
  23. 100034: RightFoot
  24. 100036: RightLeg
  25. 100038: RightUpLeg
  26. 100040: spineProxy_geo
  27. 100042: l_clavicleProxy_geo
  28. 100044: l_shourderProxy_geo
  29. 100046: l_erbowProxy_geo
  30. 100048: l_wristProxy_geo
  31. 100050: l_thumbProxy_01_geo
  32. 100052: l_thumbProxy_02_geo
  33. 100054: l_thumbProxy_03_geo
  34. 100056: LeftHandThumb13
  35. 100058: LeftHandThumb3
  36. 100060: LeftHandThumb2
  37. 100062: LeftHandThumb1
  38. 100064: l_indexProxy_01_geo
  39. 100066: l_indexProxy_02_geo
  40. 100068: l_indexProxy_03_geo
  41. 100070: LeftHandIndex13
  42. 100072: LeftHandIndex3
  43. 100074: LeftHandIndex2
  44. 100076: LeftHandIndex1
  45. 100078: l_middleProxy_01_geo
  46. 100080: l_middleProxy_02_geo
  47. 100082: l_middleProxy_03_geo
  48. 100084: LeftHandMiddle13
  49. 100086: LeftHandMiddle3
  50. 100088: LeftHandMiddle2
  51. 100090: LeftHandMiddle1
  52. 100092: l_ringProxy_01_geo
  53. 100094: l_ringProxy_02_geo
  54. 100096: l_ringProxy_03_geo
  55. 100098: LeftHandRing13
  56. 100100: LeftHandRing3
  57. 100102: LeftHandRing2
  58. 100104: LeftHandRing1
  59. 100106: l_pinkyProxy_01_geo
  60. 100108: l_pinkyProxy_02_geo
  61. 100110: l_pinkyProxy_03_geo
  62. 100112: LeftHandPinky13
  63. 100114: LeftHandPinky3
  64. 100116: LeftHandPinky2
  65. 100118: LeftHandPinky1
  66. 100120: LeftHand
  67. 100122: LeftForeArm
  68. 100124: LeftArm
  69. 100126: LeftShoulder
  70. 100128: chestProxy_geo
  71. 100130: r_clavicleProxy_geo
  72. 100132: r_shourderProxy_geo
  73. 100134: r_erbowProxy_geo
  74. 100136: r_wristProxy_geo
  75. 100138: r_thumbProxy_01_geo
  76. 100140: r_thumbProxy_02_geo
  77. 100142: r_thumbProxy_03_geo
  78. 100144: LeftHandThumb17
  79. 100146: RightHandThumb3
  80. 100148: RightHandThumb2
  81. 100150: RightHandThumb1
  82. 100152: r_indexProxy_01_geo
  83. 100154: r_indexProxy_02_geo
  84. 100156: r_indexProxy_03_geo
  85. 100158: LeftHandIndex17
  86. 100160: RightHandIndex3
  87. 100162: RightHandIndex2
  88. 100164: RightHandIndex1
  89. 100166: r_middleProxy_01_geo
  90. 100168: r_middleProxy_02_geo
  91. 100170: r_middleProxy_03_geo
  92. 100172: LeftHandMiddle17
  93. 100174: RightHandMiddle3
  94. 100176: RightHandMiddle2
  95. 100178: RightHandMiddle1
  96. 100180: r_ringProxy_01_geo
  97. 100182: r_ringProxy_02_geo
  98. 100184: r_ringProxy_03_geo
  99. 100186: LeftHandRing17
  100. 100188: RightHandRing3
  101. 100190: RightHandRing2
  102. 100192: RightHandRing1
  103. 100194: r_pinkyProxy_01_geo
  104. 100196: r_pinkyProxy_02_geo
  105. 100198: r_pinkyProxy_03_geo
  106. 100200: LeftHandPinky17
  107. 100202: RightHandPinky3
  108. 100204: RightHandPinky2
  109. 100206: RightHandPinky1
  110. 100208: RightHand
  111. 100210: RightForeArm
  112. 100212: RightArm
  113. 100214: RightShoulder
  114. 100216: neckProxy_geo
  115. 100218: UNI_01_Upper_teethProxy
  116. 100220: headProxy_geo
  117. 100222: RightLipUpper
  118. 100224: RightNostril
  119. 100226: RightCheek
  120. 100228: RightEyelidLower
  121. 100230: RightEyelidUpper
  122. 100232: RightIOuterBrow
  123. 100234: RightInnerBrow
  124. 100236: LeftIOuterBrow
  125. 100238: LeftInnerBrow
  126. 100240: LeftEyelidUpper
  127. 100242: LeftEyelidLower
  128. 100244: LeftCheek
  129. 100246: LeftNostril
  130. 100248: LeftLipUpper
  131. 100250: jawProxy_geo
  132. 100252: UNI_01_Lower_teethProxy
  133. 100254: LeftLipCorner
  134. 100256: RightLipCorner
  135. 100258: RightLipLower
  136. 100260: JawEND
  137. 100262: LeftLipLower
  138. 100264: UNI_01_TongueTipProxy
  139. 100266: TongueTip
  140. 100268: UNI_01_TongueBaseProxy
  141. 100270: TongueBack
  142. 100272: Jaw
  143. 100274: r_UNI_eye
  144. 100276: RightEye
  145. 100278: l_UNI_eye
  146. 100280: LeftEye
  147. 100282: HeadTop_End
  148. 100284: Head
  149. 100286: Neck
  150. 100288: Chest
  151. 100290: Spine
  152. 100292: Hips
  153. 100294: Reference
  154. 400000: //RootNode
  155. 400002: l_hipProxy_geo
  156. 400004: l_kneeProxy_geo
  157. 400006: l_ankleProxy_geo
  158. 400008: l_ballProxy_geo
  159. 400010: LToeBase_End2
  160. 400012: LeftToes
  161. 400014: LeftFoot
  162. 400016: LeftLeg
  163. 400018: LeftUpLeg
  164. 400020: pelvisProxy_geo
  165. 400022: r_hipProxy_geo
  166. 400024: r_kneeProxy_geo
  167. 400026: r_ankleProxy_geo
  168. 400028: r_ballProxy_geo
  169. 400030: LToeBase_End3
  170. 400032: RightToes
  171. 400034: RightFoot
  172. 400036: RightLeg
  173. 400038: RightUpLeg
  174. 400040: spineProxy_geo
  175. 400042: l_clavicleProxy_geo
  176. 400044: l_shourderProxy_geo
  177. 400046: l_erbowProxy_geo
  178. 400048: l_wristProxy_geo
  179. 400050: l_thumbProxy_01_geo
  180. 400052: l_thumbProxy_02_geo
  181. 400054: l_thumbProxy_03_geo
  182. 400056: LeftHandThumb13
  183. 400058: LeftHandThumb3
  184. 400060: LeftHandThumb2
  185. 400062: LeftHandThumb1
  186. 400064: l_indexProxy_01_geo
  187. 400066: l_indexProxy_02_geo
  188. 400068: l_indexProxy_03_geo
  189. 400070: LeftHandIndex13
  190. 400072: LeftHandIndex3
  191. 400074: LeftHandIndex2
  192. 400076: LeftHandIndex1
  193. 400078: l_middleProxy_01_geo
  194. 400080: l_middleProxy_02_geo
  195. 400082: l_middleProxy_03_geo
  196. 400084: LeftHandMiddle13
  197. 400086: LeftHandMiddle3
  198. 400088: LeftHandMiddle2
  199. 400090: LeftHandMiddle1
  200. 400092: l_ringProxy_01_geo
  201. 400094: l_ringProxy_02_geo
  202. 400096: l_ringProxy_03_geo
  203. 400098: LeftHandRing13
  204. 400100: LeftHandRing3
  205. 400102: LeftHandRing2
  206. 400104: LeftHandRing1
  207. 400106: l_pinkyProxy_01_geo
  208. 400108: l_pinkyProxy_02_geo
  209. 400110: l_pinkyProxy_03_geo
  210. 400112: LeftHandPinky13
  211. 400114: LeftHandPinky3
  212. 400116: LeftHandPinky2
  213. 400118: LeftHandPinky1
  214. 400120: LeftHand
  215. 400122: LeftForeArm
  216. 400124: LeftArm
  217. 400126: LeftShoulder
  218. 400128: chestProxy_geo
  219. 400130: r_clavicleProxy_geo
  220. 400132: r_shourderProxy_geo
  221. 400134: r_erbowProxy_geo
  222. 400136: r_wristProxy_geo
  223. 400138: r_thumbProxy_01_geo
  224. 400140: r_thumbProxy_02_geo
  225. 400142: r_thumbProxy_03_geo
  226. 400144: LeftHandThumb17
  227. 400146: RightHandThumb3
  228. 400148: RightHandThumb2
  229. 400150: RightHandThumb1
  230. 400152: r_indexProxy_01_geo
  231. 400154: r_indexProxy_02_geo
  232. 400156: r_indexProxy_03_geo
  233. 400158: LeftHandIndex17
  234. 400160: RightHandIndex3
  235. 400162: RightHandIndex2
  236. 400164: RightHandIndex1
  237. 400166: r_middleProxy_01_geo
  238. 400168: r_middleProxy_02_geo
  239. 400170: r_middleProxy_03_geo
  240. 400172: LeftHandMiddle17
  241. 400174: RightHandMiddle3
  242. 400176: RightHandMiddle2
  243. 400178: RightHandMiddle1
  244. 400180: r_ringProxy_01_geo
  245. 400182: r_ringProxy_02_geo
  246. 400184: r_ringProxy_03_geo
  247. 400186: LeftHandRing17
  248. 400188: RightHandRing3
  249. 400190: RightHandRing2
  250. 400192: RightHandRing1
  251. 400194: r_pinkyProxy_01_geo
  252. 400196: r_pinkyProxy_02_geo
  253. 400198: r_pinkyProxy_03_geo
  254. 400200: LeftHandPinky17
  255. 400202: RightHandPinky3
  256. 400204: RightHandPinky2
  257. 400206: RightHandPinky1
  258. 400208: RightHand
  259. 400210: RightForeArm
  260. 400212: RightArm
  261. 400214: RightShoulder
  262. 400216: neckProxy_geo
  263. 400218: UNI_01_Upper_teethProxy
  264. 400220: headProxy_geo
  265. 400222: RightLipUpper
  266. 400224: RightNostril
  267. 400226: RightCheek
  268. 400228: RightEyelidLower
  269. 400230: RightEyelidUpper
  270. 400232: RightIOuterBrow
  271. 400234: RightInnerBrow
  272. 400236: LeftIOuterBrow
  273. 400238: LeftInnerBrow
  274. 400240: LeftEyelidUpper
  275. 400242: LeftEyelidLower
  276. 400244: LeftCheek
  277. 400246: LeftNostril
  278. 400248: LeftLipUpper
  279. 400250: jawProxy_geo
  280. 400252: UNI_01_Lower_teethProxy
  281. 400254: LeftLipCorner
  282. 400256: RightLipCorner
  283. 400258: RightLipLower
  284. 400260: JawEND
  285. 400262: LeftLipLower
  286. 400264: UNI_01_TongueTipProxy
  287. 400266: TongueTip
  288. 400268: UNI_01_TongueBaseProxy
  289. 400270: TongueBack
  290. 400272: Jaw
  291. 400274: r_UNI_eye
  292. 400276: RightEye
  293. 400278: l_UNI_eye
  294. 400280: LeftEye
  295. 400282: HeadTop_End
  296. 400284: Head
  297. 400286: Neck
  298. 400288: Chest
  299. 400290: Spine
  300. 400292: Hips
  301. 400294: Reference
  302. 2300000: l_hipProxy_geo
  303. 2300002: l_kneeProxy_geo
  304. 2300004: l_ankleProxy_geo
  305. 2300006: l_ballProxy_geo
  306. 2300008: pelvisProxy_geo
  307. 2300010: r_hipProxy_geo
  308. 2300012: r_kneeProxy_geo
  309. 2300014: r_ankleProxy_geo
  310. 2300016: r_ballProxy_geo
  311. 2300018: spineProxy_geo
  312. 2300020: l_clavicleProxy_geo
  313. 2300022: l_shourderProxy_geo
  314. 2300024: l_erbowProxy_geo
  315. 2300026: l_wristProxy_geo
  316. 2300028: l_thumbProxy_01_geo
  317. 2300030: l_thumbProxy_02_geo
  318. 2300032: l_thumbProxy_03_geo
  319. 2300034: l_indexProxy_01_geo
  320. 2300036: l_indexProxy_02_geo
  321. 2300038: l_indexProxy_03_geo
  322. 2300040: l_middleProxy_01_geo
  323. 2300042: l_middleProxy_02_geo
  324. 2300044: l_middleProxy_03_geo
  325. 2300046: l_ringProxy_01_geo
  326. 2300048: l_ringProxy_02_geo
  327. 2300050: l_ringProxy_03_geo
  328. 2300052: l_pinkyProxy_01_geo
  329. 2300054: l_pinkyProxy_02_geo
  330. 2300056: l_pinkyProxy_03_geo
  331. 2300058: chestProxy_geo
  332. 2300060: r_clavicleProxy_geo
  333. 2300062: r_shourderProxy_geo
  334. 2300064: r_erbowProxy_geo
  335. 2300066: r_wristProxy_geo
  336. 2300068: r_thumbProxy_01_geo
  337. 2300070: r_thumbProxy_02_geo
  338. 2300072: r_thumbProxy_03_geo
  339. 2300074: r_indexProxy_01_geo
  340. 2300076: r_indexProxy_02_geo
  341. 2300078: r_indexProxy_03_geo
  342. 2300080: r_middleProxy_01_geo
  343. 2300082: r_middleProxy_02_geo
  344. 2300084: r_middleProxy_03_geo
  345. 2300086: r_ringProxy_01_geo
  346. 2300088: r_ringProxy_02_geo
  347. 2300090: r_ringProxy_03_geo
  348. 2300092: r_pinkyProxy_01_geo
  349. 2300094: r_pinkyProxy_02_geo
  350. 2300096: r_pinkyProxy_03_geo
  351. 2300098: neckProxy_geo
  352. 2300100: UNI_01_Upper_teethProxy
  353. 2300102: headProxy_geo
  354. 2300104: jawProxy_geo
  355. 2300106: UNI_01_Lower_teethProxy
  356. 2300108: UNI_01_TongueTipProxy
  357. 2300110: UNI_01_TongueBaseProxy
  358. 2300112: r_UNI_eye
  359. 2300114: l_UNI_eye
  360. 3300000: l_hipProxy_geo
  361. 3300002: l_kneeProxy_geo
  362. 3300004: l_ankleProxy_geo
  363. 3300006: l_ballProxy_geo
  364. 3300008: pelvisProxy_geo
  365. 3300010: r_hipProxy_geo
  366. 3300012: r_kneeProxy_geo
  367. 3300014: r_ankleProxy_geo
  368. 3300016: r_ballProxy_geo
  369. 3300018: spineProxy_geo
  370. 3300020: l_clavicleProxy_geo
  371. 3300022: l_shourderProxy_geo
  372. 3300024: l_erbowProxy_geo
  373. 3300026: l_wristProxy_geo
  374. 3300028: l_thumbProxy_01_geo
  375. 3300030: l_thumbProxy_02_geo
  376. 3300032: l_thumbProxy_03_geo
  377. 3300034: l_indexProxy_01_geo
  378. 3300036: l_indexProxy_02_geo
  379. 3300038: l_indexProxy_03_geo
  380. 3300040: l_middleProxy_01_geo
  381. 3300042: l_middleProxy_02_geo
  382. 3300044: l_middleProxy_03_geo
  383. 3300046: l_ringProxy_01_geo
  384. 3300048: l_ringProxy_02_geo
  385. 3300050: l_ringProxy_03_geo
  386. 3300052: l_pinkyProxy_01_geo
  387. 3300054: l_pinkyProxy_02_geo
  388. 3300056: l_pinkyProxy_03_geo
  389. 3300058: chestProxy_geo
  390. 3300060: r_clavicleProxy_geo
  391. 3300062: r_shourderProxy_geo
  392. 3300064: r_erbowProxy_geo
  393. 3300066: r_wristProxy_geo
  394. 3300068: r_thumbProxy_01_geo
  395. 3300070: r_thumbProxy_02_geo
  396. 3300072: r_thumbProxy_03_geo
  397. 3300074: r_indexProxy_01_geo
  398. 3300076: r_indexProxy_02_geo
  399. 3300078: r_indexProxy_03_geo
  400. 3300080: r_middleProxy_01_geo
  401. 3300082: r_middleProxy_02_geo
  402. 3300084: r_middleProxy_03_geo
  403. 3300086: r_ringProxy_01_geo
  404. 3300088: r_ringProxy_02_geo
  405. 3300090: r_ringProxy_03_geo
  406. 3300092: r_pinkyProxy_01_geo
  407. 3300094: r_pinkyProxy_02_geo
  408. 3300096: r_pinkyProxy_03_geo
  409. 3300098: neckProxy_geo
  410. 3300100: UNI_01_Upper_teethProxy
  411. 3300102: headProxy_geo
  412. 3300104: jawProxy_geo
  413. 3300106: UNI_01_Lower_teethProxy
  414. 3300108: UNI_01_TongueTipProxy
  415. 3300110: UNI_01_TongueBaseProxy
  416. 3300112: r_UNI_eye
  417. 3300114: l_UNI_eye
  418. 4300000: l_UNI_eye
  419. 4300002: r_UNI_eye
  420. 4300004: UNI_01_TongueBaseProxy
  421. 4300006: UNI_01_TongueTipProxy
  422. 4300008: UNI_01_Lower_teethProxy
  423. 4300010: jawProxy_geo
  424. 4300012: headProxy_geo
  425. 4300014: UNI_01_Upper_teethProxy
  426. 4300016: neckProxy_geo
  427. 4300018: r_pinkyProxy_03_geo
  428. 4300020: r_pinkyProxy_02_geo
  429. 4300022: r_pinkyProxy_01_geo
  430. 4300024: r_ringProxy_03_geo
  431. 4300026: r_ringProxy_02_geo
  432. 4300028: r_ringProxy_01_geo
  433. 4300030: r_middleProxy_03_geo
  434. 4300032: r_middleProxy_02_geo
  435. 4300034: r_middleProxy_01_geo
  436. 4300036: r_indexProxy_03_geo
  437. 4300038: r_indexProxy_02_geo
  438. 4300040: r_indexProxy_01_geo
  439. 4300042: r_thumbProxy_03_geo
  440. 4300044: r_thumbProxy_02_geo
  441. 4300046: r_thumbProxy_01_geo
  442. 4300048: r_wristProxy_geo
  443. 4300050: r_erbowProxy_geo
  444. 4300052: r_shourderProxy_geo
  445. 4300054: r_clavicleProxy_geo
  446. 4300056: chestProxy_geo
  447. 4300058: l_pinkyProxy_03_geo
  448. 4300060: l_pinkyProxy_02_geo
  449. 4300062: l_pinkyProxy_01_geo
  450. 4300064: l_ringProxy_03_geo
  451. 4300066: l_ringProxy_02_geo
  452. 4300068: l_ringProxy_01_geo
  453. 4300070: l_middleProxy_03_geo
  454. 4300072: l_middleProxy_02_geo
  455. 4300074: l_middleProxy_01_geo
  456. 4300076: l_indexProxy_03_geo
  457. 4300078: l_indexProxy_02_geo
  458. 4300080: l_indexProxy_01_geo
  459. 4300082: l_thumbProxy_03_geo
  460. 4300084: l_thumbProxy_02_geo
  461. 4300086: l_thumbProxy_01_geo
  462. 4300088: l_wristProxy_geo
  463. 4300090: l_erbowProxy_geo
  464. 4300092: l_shourderProxy_geo
  465. 4300094: l_clavicleProxy_geo
  466. 4300096: spineProxy_geo
  467. 4300098: r_ballProxy_geo
  468. 4300100: r_ankleProxy_geo
  469. 4300102: r_kneeProxy_geo
  470. 4300104: r_hipProxy_geo
  471. 4300106: pelvisProxy_geo
  472. 4300108: l_ballProxy_geo
  473. 4300110: l_ankleProxy_geo
  474. 4300112: l_kneeProxy_geo
  475. 4300114: l_hipProxy_geo
  476. 7400000: __preview___209_Run_JumpDownLow_Run
  477. 7400002: Mid Air Right
  478. 7400004: Mid Air Left
  479. 9500000: //RootNode
  480. 11100000: //RootNode
  481. materials:
  482. importMaterials: 0
  483. materialName: 1
  484. materialSearch: 2
  485. animations:
  486. legacyGenerateAnimations: 3
  487. bakeSimulation: 0
  488. optimizeGameObjects: 1
  489. motionNodeName:
  490. animationImportErrors:
  491. animationImportWarnings:
  492. animationRetargetingWarnings:
  493. animationDoRetargetingWarnings: 0
  494. animationCompression: 3
  495. animationRotationError: .5
  496. animationPositionError: .5
  497. animationScaleError: .5
  498. animationWrapMode: 0
  499. extraExposedTransformPaths: []
  500. clipAnimations:
  501. - serializedVersion: 16
  502. name: Mid Air Right
  503. takeName: _209_Run_JumpDownLow_Run
  504. firstFrame: 118
  505. lastFrame: 120
  506. wrapMode: 0
  507. orientationOffsetY: 0
  508. level: -.25
  509. cycleOffset: 0
  510. loop: 1
  511. loopTime: 1
  512. loopBlend: 1
  513. loopBlendOrientation: 0
  514. loopBlendPositionY: 1
  515. loopBlendPositionXZ: 1
  516. keepOriginalOrientation: 0
  517. keepOriginalPositionY: 0
  518. keepOriginalPositionXZ: 0
  519. heightFromFeet: 1
  520. mirror: 0
  521. bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
  522. curves: []
  523. events: []
  524. transformMask:
  525. - path:
  526. weight: 1
  527. - path: Reference
  528. weight: 1
  529. - path: Reference/Hips
  530. weight: 1
  531. - path: Reference/Hips/LeftUpLeg
  532. weight: 1
  533. - path: Reference/Hips/LeftUpLeg/l_hipProxy_geo
  534. weight: 1
  535. - path: Reference/Hips/LeftUpLeg/LeftLeg
  536. weight: 1
  537. - path: Reference/Hips/LeftUpLeg/LeftLeg/l_kneeProxy_geo
  538. weight: 1
  539. - path: Reference/Hips/LeftUpLeg/LeftLeg/LeftFoot
  540. weight: 1
  541. - path: Reference/Hips/LeftUpLeg/LeftLeg/LeftFoot/l_ankleProxy_geo
  542. weight: 1
  543. - path: Reference/Hips/LeftUpLeg/LeftLeg/LeftFoot/LeftToes
  544. weight: 1
  545. - path: Reference/Hips/LeftUpLeg/LeftLeg/LeftFoot/LeftToes/l_ballProxy_geo
  546. weight: 1
  547. - path: Reference/Hips/LeftUpLeg/LeftLeg/LeftFoot/LeftToes/LToeBase_End2
  548. weight: 1
  549. - path: Reference/Hips/pelvisProxy_geo
  550. weight: 1
  551. - path: Reference/Hips/RightUpLeg
  552. weight: 1
  553. - path: Reference/Hips/RightUpLeg/r_hipProxy_geo
  554. weight: 1
  555. - path: Reference/Hips/RightUpLeg/RightLeg
  556. weight: 1
  557. - path: Reference/Hips/RightUpLeg/RightLeg/r_kneeProxy_geo
  558. weight: 1
  559. - path: Reference/Hips/RightUpLeg/RightLeg/RightFoot
  560. weight: 1
  561. - path: Reference/Hips/RightUpLeg/RightLeg/RightFoot/r_ankleProxy_geo
  562. weight: 1
  563. - path: Reference/Hips/RightUpLeg/RightLeg/RightFoot/RightToes
  564. weight: 1
  565. - path: Reference/Hips/RightUpLeg/RightLeg/RightFoot/RightToes/LToeBase_End3
  566. weight: 1
  567. - path: Reference/Hips/RightUpLeg/RightLeg/RightFoot/RightToes/r_ballProxy_geo
  568. weight: 1
  569. - path: Reference/Hips/Spine
  570. weight: 1
  571. - path: Reference/Hips/Spine/Chest
  572. weight: 1
  573. - path: Reference/Hips/Spine/Chest/chestProxy_geo
  574. weight: 1
  575. - path: Reference/Hips/Spine/Chest/LeftShoulder
  576. weight: 1
  577. - path: Reference/Hips/Spine/Chest/LeftShoulder/l_clavicleProxy_geo
  578. weight: 1
  579. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm
  580. weight: 1
  581. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/l_shourderProxy_geo
  582. weight: 1
  583. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm
  584. weight: 1
  585. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/l_erbowProxy_geo
  586. weight: 1
  587. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand
  588. weight: 1
  589. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/l_wristProxy_geo
  590. weight: 1
  591. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandIndex1
  592. weight: 1
  593. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandIndex1/l_indexProxy_01_geo
  594. weight: 1
  595. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandIndex1/LeftHandIndex2
  596. weight: 1
  597. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandIndex1/LeftHandIndex2/l_indexProxy_02_geo
  598. weight: 1
  599. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandIndex1/LeftHandIndex2/LeftHandIndex3
  600. weight: 1
  601. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandIndex1/LeftHandIndex2/LeftHandIndex3/l_indexProxy_03_geo
  602. weight: 1
  603. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandIndex1/LeftHandIndex2/LeftHandIndex3/LeftHandIndex13
  604. weight: 1
  605. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandMiddle1
  606. weight: 1
  607. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandMiddle1/l_middleProxy_01_geo
  608. weight: 1
  609. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandMiddle1/LeftHandMiddle2
  610. weight: 1
  611. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandMiddle1/LeftHandMiddle2/l_middleProxy_02_geo
  612. weight: 1
  613. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandMiddle1/LeftHandMiddle2/LeftHandMiddle3
  614. weight: 1
  615. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandMiddle1/LeftHandMiddle2/LeftHandMiddle3/l_middleProxy_03_geo
  616. weight: 1
  617. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandMiddle1/LeftHandMiddle2/LeftHandMiddle3/LeftHandMiddle13
  618. weight: 1
  619. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandPinky1
  620. weight: 1
  621. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandPinky1/l_pinkyProxy_01_geo
  622. weight: 1
  623. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandPinky1/LeftHandPinky2
  624. weight: 1
  625. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandPinky1/LeftHandPinky2/l_pinkyProxy_02_geo
  626. weight: 1
  627. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandPinky1/LeftHandPinky2/LeftHandPinky3
  628. weight: 1
  629. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandPinky1/LeftHandPinky2/LeftHandPinky3/l_pinkyProxy_03_geo
  630. weight: 1
  631. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandPinky1/LeftHandPinky2/LeftHandPinky3/LeftHandPinky13
  632. weight: 1
  633. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandRing1
  634. weight: 1
  635. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandRing1/l_ringProxy_01_geo
  636. weight: 1
  637. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandRing1/LeftHandRing2
  638. weight: 1
  639. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandRing1/LeftHandRing2/l_ringProxy_02_geo
  640. weight: 1
  641. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandRing1/LeftHandRing2/LeftHandRing3
  642. weight: 1
  643. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandRing1/LeftHandRing2/LeftHandRing3/l_ringProxy_03_geo
  644. weight: 1
  645. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandRing1/LeftHandRing2/LeftHandRing3/LeftHandRing13
  646. weight: 1
  647. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandThumb1
  648. weight: 1
  649. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandThumb1/l_thumbProxy_01_geo
  650. weight: 1
  651. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandThumb1/LeftHandThumb2
  652. weight: 1
  653. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandThumb1/LeftHandThumb2/l_thumbProxy_02_geo
  654. weight: 1
  655. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandThumb1/LeftHandThumb2/LeftHandThumb3
  656. weight: 1
  657. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandThumb1/LeftHandThumb2/LeftHandThumb3/l_thumbProxy_03_geo
  658. weight: 1
  659. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandThumb1/LeftHandThumb2/LeftHandThumb3/LeftHandThumb13
  660. weight: 1
  661. - path: Reference/Hips/Spine/Chest/Neck
  662. weight: 1
  663. - path: Reference/Hips/Spine/Chest/Neck/Head
  664. weight: 1
  665. - path: Reference/Hips/Spine/Chest/Neck/Head/headProxy_geo
  666. weight: 1
  667. - path: Reference/Hips/Spine/Chest/Neck/Head/HeadTop_End
  668. weight: 1
  669. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw
  670. weight: 1
  671. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/JawEND
  672. weight: 1
  673. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/jawProxy_geo
  674. weight: 1
  675. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/LeftLipCorner
  676. weight: 1
  677. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/LeftLipLower
  678. weight: 1
  679. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/RightLipCorner
  680. weight: 1
  681. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/RightLipLower
  682. weight: 1
  683. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/TongueBack
  684. weight: 1
  685. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/TongueBack/UNI_01_TongueBaseProxy
  686. weight: 1
  687. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/TongueTip
  688. weight: 1
  689. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/TongueTip/UNI_01_TongueTipProxy
  690. weight: 1
  691. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/UNI_01_Lower_teethProxy
  692. weight: 1
  693. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftCheek
  694. weight: 1
  695. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftEye
  696. weight: 1
  697. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftEye/l_UNI_eye
  698. weight: 1
  699. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftEyelidLower
  700. weight: 1
  701. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftEyelidUpper
  702. weight: 1
  703. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftInnerBrow
  704. weight: 1
  705. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftIOuterBrow
  706. weight: 1
  707. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftLipUpper
  708. weight: 1
  709. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftNostril
  710. weight: 1
  711. - path: Reference/Hips/Spine/Chest/Neck/Head/RightCheek
  712. weight: 1
  713. - path: Reference/Hips/Spine/Chest/Neck/Head/RightEye
  714. weight: 1
  715. - path: Reference/Hips/Spine/Chest/Neck/Head/RightEye/r_UNI_eye
  716. weight: 1
  717. - path: Reference/Hips/Spine/Chest/Neck/Head/RightEyelidLower
  718. weight: 1
  719. - path: Reference/Hips/Spine/Chest/Neck/Head/RightEyelidUpper
  720. weight: 1
  721. - path: Reference/Hips/Spine/Chest/Neck/Head/RightInnerBrow
  722. weight: 1
  723. - path: Reference/Hips/Spine/Chest/Neck/Head/RightIOuterBrow
  724. weight: 1
  725. - path: Reference/Hips/Spine/Chest/Neck/Head/RightLipUpper
  726. weight: 1
  727. - path: Reference/Hips/Spine/Chest/Neck/Head/RightNostril
  728. weight: 1
  729. - path: Reference/Hips/Spine/Chest/Neck/Head/UNI_01_Upper_teethProxy
  730. weight: 1
  731. - path: Reference/Hips/Spine/Chest/Neck/neckProxy_geo
  732. weight: 1
  733. - path: Reference/Hips/Spine/Chest/RightShoulder
  734. weight: 1
  735. - path: Reference/Hips/Spine/Chest/RightShoulder/r_clavicleProxy_geo
  736. weight: 1
  737. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm
  738. weight: 1
  739. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/r_shourderProxy_geo
  740. weight: 1
  741. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm
  742. weight: 1
  743. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/r_erbowProxy_geo
  744. weight: 1
  745. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand
  746. weight: 1
  747. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/r_wristProxy_geo
  748. weight: 1
  749. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandIndex1
  750. weight: 1
  751. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandIndex1/r_indexProxy_01_geo
  752. weight: 1
  753. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandIndex1/RightHandIndex2
  754. weight: 1
  755. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandIndex1/RightHandIndex2/r_indexProxy_02_geo
  756. weight: 1
  757. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandIndex1/RightHandIndex2/RightHandIndex3
  758. weight: 1
  759. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandIndex1/RightHandIndex2/RightHandIndex3/LeftHandIndex17
  760. weight: 1
  761. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandIndex1/RightHandIndex2/RightHandIndex3/r_indexProxy_03_geo
  762. weight: 1
  763. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandMiddle1
  764. weight: 1
  765. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandMiddle1/r_middleProxy_01_geo
  766. weight: 1
  767. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandMiddle1/RightHandMiddle2
  768. weight: 1
  769. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandMiddle1/RightHandMiddle2/r_middleProxy_02_geo
  770. weight: 1
  771. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandMiddle1/RightHandMiddle2/RightHandMiddle3
  772. weight: 1
  773. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandMiddle1/RightHandMiddle2/RightHandMiddle3/LeftHandMiddle17
  774. weight: 1
  775. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandMiddle1/RightHandMiddle2/RightHandMiddle3/r_middleProxy_03_geo
  776. weight: 1
  777. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandPinky1
  778. weight: 1
  779. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandPinky1/r_pinkyProxy_01_geo
  780. weight: 1
  781. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandPinky1/RightHandPinky2
  782. weight: 1
  783. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandPinky1/RightHandPinky2/r_pinkyProxy_02_geo
  784. weight: 1
  785. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandPinky1/RightHandPinky2/RightHandPinky3
  786. weight: 1
  787. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandPinky1/RightHandPinky2/RightHandPinky3/LeftHandPinky17
  788. weight: 1
  789. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandPinky1/RightHandPinky2/RightHandPinky3/r_pinkyProxy_03_geo
  790. weight: 1
  791. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandRing1
  792. weight: 1
  793. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandRing1/r_ringProxy_01_geo
  794. weight: 1
  795. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandRing1/RightHandRing2
  796. weight: 1
  797. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandRing1/RightHandRing2/r_ringProxy_02_geo
  798. weight: 1
  799. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandRing1/RightHandRing2/RightHandRing3
  800. weight: 1
  801. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandRing1/RightHandRing2/RightHandRing3/LeftHandRing17
  802. weight: 1
  803. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandRing1/RightHandRing2/RightHandRing3/r_ringProxy_03_geo
  804. weight: 1
  805. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandThumb1
  806. weight: 1
  807. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandThumb1/r_thumbProxy_01_geo
  808. weight: 1
  809. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandThumb1/RightHandThumb2
  810. weight: 1
  811. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandThumb1/RightHandThumb2/r_thumbProxy_02_geo
  812. weight: 1
  813. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandThumb1/RightHandThumb2/RightHandThumb3
  814. weight: 1
  815. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandThumb1/RightHandThumb2/RightHandThumb3/LeftHandThumb17
  816. weight: 1
  817. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandThumb1/RightHandThumb2/RightHandThumb3/r_thumbProxy_03_geo
  818. weight: 1
  819. - path: Reference/Hips/Spine/spineProxy_geo
  820. weight: 1
  821. maskType: 0
  822. maskSource: {instanceID: 0}
  823. - serializedVersion: 16
  824. name: Mid Air Left
  825. takeName: _209_Run_JumpDownLow_Run
  826. firstFrame: 118
  827. lastFrame: 120
  828. wrapMode: 0
  829. orientationOffsetY: 0
  830. level: -.200000003
  831. cycleOffset: 0
  832. loop: 0
  833. loopTime: 1
  834. loopBlend: 1
  835. loopBlendOrientation: 0
  836. loopBlendPositionY: 1
  837. loopBlendPositionXZ: 1
  838. keepOriginalOrientation: 0
  839. keepOriginalPositionY: 0
  840. keepOriginalPositionXZ: 0
  841. heightFromFeet: 1
  842. mirror: 1
  843. bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
  844. curves: []
  845. events: []
  846. transformMask:
  847. - path:
  848. weight: 1
  849. - path: Reference
  850. weight: 1
  851. - path: Reference/Hips
  852. weight: 1
  853. - path: Reference/Hips/LeftUpLeg
  854. weight: 1
  855. - path: Reference/Hips/LeftUpLeg/l_hipProxy_geo
  856. weight: 0
  857. - path: Reference/Hips/LeftUpLeg/LeftLeg
  858. weight: 1
  859. - path: Reference/Hips/LeftUpLeg/LeftLeg/l_kneeProxy_geo
  860. weight: 0
  861. - path: Reference/Hips/LeftUpLeg/LeftLeg/LeftFoot
  862. weight: 1
  863. - path: Reference/Hips/LeftUpLeg/LeftLeg/LeftFoot/l_ankleProxy_geo
  864. weight: 0
  865. - path: Reference/Hips/LeftUpLeg/LeftLeg/LeftFoot/LeftToes
  866. weight: 1
  867. - path: Reference/Hips/LeftUpLeg/LeftLeg/LeftFoot/LeftToes/l_ballProxy_geo
  868. weight: 0
  869. - path: Reference/Hips/LeftUpLeg/LeftLeg/LeftFoot/LeftToes/LToeBase_End2
  870. weight: 0
  871. - path: Reference/Hips/pelvisProxy_geo
  872. weight: 0
  873. - path: Reference/Hips/RightUpLeg
  874. weight: 1
  875. - path: Reference/Hips/RightUpLeg/r_hipProxy_geo
  876. weight: 0
  877. - path: Reference/Hips/RightUpLeg/RightLeg
  878. weight: 1
  879. - path: Reference/Hips/RightUpLeg/RightLeg/r_kneeProxy_geo
  880. weight: 0
  881. - path: Reference/Hips/RightUpLeg/RightLeg/RightFoot
  882. weight: 1
  883. - path: Reference/Hips/RightUpLeg/RightLeg/RightFoot/r_ankleProxy_geo
  884. weight: 0
  885. - path: Reference/Hips/RightUpLeg/RightLeg/RightFoot/RightToes
  886. weight: 1
  887. - path: Reference/Hips/RightUpLeg/RightLeg/RightFoot/RightToes/LToeBase_End3
  888. weight: 0
  889. - path: Reference/Hips/RightUpLeg/RightLeg/RightFoot/RightToes/r_ballProxy_geo
  890. weight: 0
  891. - path: Reference/Hips/Spine
  892. weight: 1
  893. - path: Reference/Hips/Spine/Chest
  894. weight: 1
  895. - path: Reference/Hips/Spine/Chest/chestProxy_geo
  896. weight: 0
  897. - path: Reference/Hips/Spine/Chest/LeftShoulder
  898. weight: 1
  899. - path: Reference/Hips/Spine/Chest/LeftShoulder/l_clavicleProxy_geo
  900. weight: 0
  901. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm
  902. weight: 1
  903. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/l_shourderProxy_geo
  904. weight: 0
  905. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm
  906. weight: 1
  907. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/l_erbowProxy_geo
  908. weight: 0
  909. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand
  910. weight: 1
  911. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/l_wristProxy_geo
  912. weight: 0
  913. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandIndex1
  914. weight: 1
  915. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandIndex1/l_indexProxy_01_geo
  916. weight: 0
  917. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandIndex1/LeftHandIndex2
  918. weight: 1
  919. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandIndex1/LeftHandIndex2/l_indexProxy_02_geo
  920. weight: 0
  921. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandIndex1/LeftHandIndex2/LeftHandIndex3
  922. weight: 1
  923. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandIndex1/LeftHandIndex2/LeftHandIndex3/l_indexProxy_03_geo
  924. weight: 0
  925. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandIndex1/LeftHandIndex2/LeftHandIndex3/LeftHandIndex13
  926. weight: 0
  927. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandMiddle1
  928. weight: 1
  929. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandMiddle1/l_middleProxy_01_geo
  930. weight: 0
  931. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandMiddle1/LeftHandMiddle2
  932. weight: 1
  933. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandMiddle1/LeftHandMiddle2/l_middleProxy_02_geo
  934. weight: 0
  935. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandMiddle1/LeftHandMiddle2/LeftHandMiddle3
  936. weight: 1
  937. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandMiddle1/LeftHandMiddle2/LeftHandMiddle3/l_middleProxy_03_geo
  938. weight: 0
  939. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandMiddle1/LeftHandMiddle2/LeftHandMiddle3/LeftHandMiddle13
  940. weight: 0
  941. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandPinky1
  942. weight: 1
  943. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandPinky1/l_pinkyProxy_01_geo
  944. weight: 0
  945. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandPinky1/LeftHandPinky2
  946. weight: 1
  947. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandPinky1/LeftHandPinky2/l_pinkyProxy_02_geo
  948. weight: 0
  949. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandPinky1/LeftHandPinky2/LeftHandPinky3
  950. weight: 1
  951. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandPinky1/LeftHandPinky2/LeftHandPinky3/l_pinkyProxy_03_geo
  952. weight: 0
  953. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandPinky1/LeftHandPinky2/LeftHandPinky3/LeftHandPinky13
  954. weight: 0
  955. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandRing1
  956. weight: 1
  957. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandRing1/l_ringProxy_01_geo
  958. weight: 0
  959. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandRing1/LeftHandRing2
  960. weight: 1
  961. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandRing1/LeftHandRing2/l_ringProxy_02_geo
  962. weight: 0
  963. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandRing1/LeftHandRing2/LeftHandRing3
  964. weight: 1
  965. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandRing1/LeftHandRing2/LeftHandRing3/l_ringProxy_03_geo
  966. weight: 0
  967. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandRing1/LeftHandRing2/LeftHandRing3/LeftHandRing13
  968. weight: 0
  969. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandThumb1
  970. weight: 1
  971. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandThumb1/l_thumbProxy_01_geo
  972. weight: 0
  973. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandThumb1/LeftHandThumb2
  974. weight: 1
  975. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandThumb1/LeftHandThumb2/l_thumbProxy_02_geo
  976. weight: 0
  977. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandThumb1/LeftHandThumb2/LeftHandThumb3
  978. weight: 1
  979. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandThumb1/LeftHandThumb2/LeftHandThumb3/l_thumbProxy_03_geo
  980. weight: 0
  981. - path: Reference/Hips/Spine/Chest/LeftShoulder/LeftArm/LeftForeArm/LeftHand/LeftHandThumb1/LeftHandThumb2/LeftHandThumb3/LeftHandThumb13
  982. weight: 0
  983. - path: Reference/Hips/Spine/Chest/Neck
  984. weight: 1
  985. - path: Reference/Hips/Spine/Chest/Neck/Head
  986. weight: 1
  987. - path: Reference/Hips/Spine/Chest/Neck/Head/headProxy_geo
  988. weight: 0
  989. - path: Reference/Hips/Spine/Chest/Neck/Head/HeadTop_End
  990. weight: 0
  991. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw
  992. weight: 1
  993. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/JawEND
  994. weight: 0
  995. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/jawProxy_geo
  996. weight: 0
  997. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/LeftLipCorner
  998. weight: 0
  999. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/LeftLipLower
  1000. weight: 0
  1001. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/RightLipCorner
  1002. weight: 0
  1003. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/RightLipLower
  1004. weight: 0
  1005. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/TongueBack
  1006. weight: 0
  1007. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/TongueBack/UNI_01_TongueBaseProxy
  1008. weight: 0
  1009. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/TongueTip
  1010. weight: 0
  1011. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/TongueTip/UNI_01_TongueTipProxy
  1012. weight: 0
  1013. - path: Reference/Hips/Spine/Chest/Neck/Head/Jaw/UNI_01_Lower_teethProxy
  1014. weight: 0
  1015. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftCheek
  1016. weight: 0
  1017. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftEye
  1018. weight: 1
  1019. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftEye/l_UNI_eye
  1020. weight: 0
  1021. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftEyelidLower
  1022. weight: 0
  1023. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftEyelidUpper
  1024. weight: 0
  1025. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftInnerBrow
  1026. weight: 0
  1027. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftIOuterBrow
  1028. weight: 0
  1029. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftLipUpper
  1030. weight: 0
  1031. - path: Reference/Hips/Spine/Chest/Neck/Head/LeftNostril
  1032. weight: 0
  1033. - path: Reference/Hips/Spine/Chest/Neck/Head/RightCheek
  1034. weight: 0
  1035. - path: Reference/Hips/Spine/Chest/Neck/Head/RightEye
  1036. weight: 1
  1037. - path: Reference/Hips/Spine/Chest/Neck/Head/RightEye/r_UNI_eye
  1038. weight: 0
  1039. - path: Reference/Hips/Spine/Chest/Neck/Head/RightEyelidLower
  1040. weight: 0
  1041. - path: Reference/Hips/Spine/Chest/Neck/Head/RightEyelidUpper
  1042. weight: 0
  1043. - path: Reference/Hips/Spine/Chest/Neck/Head/RightInnerBrow
  1044. weight: 0
  1045. - path: Reference/Hips/Spine/Chest/Neck/Head/RightIOuterBrow
  1046. weight: 0
  1047. - path: Reference/Hips/Spine/Chest/Neck/Head/RightLipUpper
  1048. weight: 0
  1049. - path: Reference/Hips/Spine/Chest/Neck/Head/RightNostril
  1050. weight: 0
  1051. - path: Reference/Hips/Spine/Chest/Neck/Head/UNI_01_Upper_teethProxy
  1052. weight: 0
  1053. - path: Reference/Hips/Spine/Chest/Neck/neckProxy_geo
  1054. weight: 0
  1055. - path: Reference/Hips/Spine/Chest/RightShoulder
  1056. weight: 1
  1057. - path: Reference/Hips/Spine/Chest/RightShoulder/r_clavicleProxy_geo
  1058. weight: 0
  1059. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm
  1060. weight: 1
  1061. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/r_shourderProxy_geo
  1062. weight: 0
  1063. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm
  1064. weight: 1
  1065. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/r_erbowProxy_geo
  1066. weight: 0
  1067. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand
  1068. weight: 1
  1069. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/r_wristProxy_geo
  1070. weight: 0
  1071. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandIndex1
  1072. weight: 1
  1073. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandIndex1/r_indexProxy_01_geo
  1074. weight: 0
  1075. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandIndex1/RightHandIndex2
  1076. weight: 1
  1077. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandIndex1/RightHandIndex2/r_indexProxy_02_geo
  1078. weight: 0
  1079. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandIndex1/RightHandIndex2/RightHandIndex3
  1080. weight: 1
  1081. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandIndex1/RightHandIndex2/RightHandIndex3/LeftHandIndex17
  1082. weight: 0
  1083. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandIndex1/RightHandIndex2/RightHandIndex3/r_indexProxy_03_geo
  1084. weight: 0
  1085. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandMiddle1
  1086. weight: 1
  1087. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandMiddle1/r_middleProxy_01_geo
  1088. weight: 0
  1089. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandMiddle1/RightHandMiddle2
  1090. weight: 1
  1091. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandMiddle1/RightHandMiddle2/r_middleProxy_02_geo
  1092. weight: 0
  1093. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandMiddle1/RightHandMiddle2/RightHandMiddle3
  1094. weight: 1
  1095. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandMiddle1/RightHandMiddle2/RightHandMiddle3/LeftHandMiddle17
  1096. weight: 0
  1097. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandMiddle1/RightHandMiddle2/RightHandMiddle3/r_middleProxy_03_geo
  1098. weight: 0
  1099. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandPinky1
  1100. weight: 1
  1101. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandPinky1/r_pinkyProxy_01_geo
  1102. weight: 0
  1103. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandPinky1/RightHandPinky2
  1104. weight: 1
  1105. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandPinky1/RightHandPinky2/r_pinkyProxy_02_geo
  1106. weight: 0
  1107. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandPinky1/RightHandPinky2/RightHandPinky3
  1108. weight: 1
  1109. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandPinky1/RightHandPinky2/RightHandPinky3/LeftHandPinky17
  1110. weight: 0
  1111. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandPinky1/RightHandPinky2/RightHandPinky3/r_pinkyProxy_03_geo
  1112. weight: 0
  1113. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandRing1
  1114. weight: 1
  1115. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandRing1/r_ringProxy_01_geo
  1116. weight: 0
  1117. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandRing1/RightHandRing2
  1118. weight: 1
  1119. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandRing1/RightHandRing2/r_ringProxy_02_geo
  1120. weight: 0
  1121. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandRing1/RightHandRing2/RightHandRing3
  1122. weight: 1
  1123. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandRing1/RightHandRing2/RightHandRing3/LeftHandRing17
  1124. weight: 0
  1125. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandRing1/RightHandRing2/RightHandRing3/r_ringProxy_03_geo
  1126. weight: 0
  1127. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandThumb1
  1128. weight: 1
  1129. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandThumb1/r_thumbProxy_01_geo
  1130. weight: 0
  1131. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandThumb1/RightHandThumb2
  1132. weight: 1
  1133. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandThumb1/RightHandThumb2/r_thumbProxy_02_geo
  1134. weight: 0
  1135. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandThumb1/RightHandThumb2/RightHandThumb3
  1136. weight: 1
  1137. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandThumb1/RightHandThumb2/RightHandThumb3/LeftHandThumb17
  1138. weight: 0
  1139. - path: Reference/Hips/Spine/Chest/RightShoulder/RightArm/RightForeArm/RightHand/RightHandThumb1/RightHandThumb2/RightHandThumb3/r_thumbProxy_03_geo
  1140. weight: 0
  1141. - path: Reference/Hips/Spine/spineProxy_geo
  1142. weight: 0
  1143. maskType: 0
  1144. maskSource: {instanceID: 0}
  1145. isReadable: 1
  1146. meshes:
  1147. lODScreenPercentages: []
  1148. globalScale: .00999999978
  1149. meshCompression: 0
  1150. addColliders: 0
  1151. importBlendShapes: 1
  1152. swapUVChannels: 0
  1153. generateSecondaryUV: 0
  1154. useFileUnits: 1
  1155. optimizeMeshForGPU: 1
  1156. keepQuads: 0
  1157. weldVertices: 1
  1158. secondaryUVAngleDistortion: 8
  1159. secondaryUVAreaDistortion: 15.000001
  1160. secondaryUVHardAngle: 88
  1161. secondaryUVPackMargin: 4
  1162. useFileScale: 0
  1163. tangentSpace:
  1164. normalSmoothAngle: 60
  1165. splitTangentsAcrossUV: 1
  1166. normalImportMode: 0
  1167. tangentImportMode: 1
  1168. importAnimation: 1
  1169. copyAvatar: 0
  1170. humanDescription:
  1171. human:
  1172. - boneName: Hips
  1173. humanName: Hips
  1174. limit:
  1175. min: {x: -40, y: -40, z: -40}
  1176. max: {x: 40, y: 40, z: 40}
  1177. value: {x: .0748811215, y: 0, z: .0374405608}
  1178. length: .0936014354
  1179. modified: 1
  1180. - boneName: LeftUpLeg
  1181. humanName: LeftUpperLeg
  1182. limit:
  1183. min: {x: -60.0000038, y: -60.0000038, z: -90}
  1184. max: {x: 60.0000038, y: 60.0000038, z: 50}
  1185. value: {x: .327717006, y: 0, z: .163858503}
  1186. length: .409646392
  1187. modified: 1
  1188. - boneName: RightUpLeg
  1189. humanName: RightUpperLeg
  1190. limit:
  1191. min: {x: -60.0000038, y: -60.0000038, z: -90}
  1192. max: {x: 60.0000038, y: 60.0000038, z: 50}
  1193. value: {x: .327717066, y: 0, z: .163858533}
  1194. length: .409646481
  1195. modified: 1
  1196. - boneName: LeftLeg
  1197. humanName: LeftLowerLeg
  1198. limit:
  1199. min: {x: -90, y: 0, z: -80}
  1200. max: {x: 90, y: 0, z: 80}
  1201. value: {x: .339271396, y: 0, z: .169635698}
  1202. length: .424089402
  1203. modified: 1
  1204. - boneName: RightLeg
  1205. humanName: RightLowerLeg
  1206. limit:
  1207. min: {x: -90, y: 0, z: -80}
  1208. max: {x: 90, y: 0, z: 80}
  1209. value: {x: .339271486, y: 0, z: .169635743}
  1210. length: .424089491
  1211. modified: 1
  1212. - boneName: LeftFoot
  1213. humanName: LeftFoot
  1214. limit:
  1215. min: {x: 0, y: -30.0000019, z: -50}
  1216. max: {x: 0, y: 30.0000019, z: 50}
  1217. value: {x: .0118383374, y: 0, z: .0059191687}
  1218. length: .0147979259
  1219. modified: 1
  1220. - boneName: RightFoot
  1221. humanName: RightFoot
  1222. limit:
  1223. min: {x: 0, y: -30.0000019, z: -50}
  1224. max: {x: 0, y: 30.0000019, z: 50}
  1225. value: {x: .0149853434, y: 0, z: .00749267172}
  1226. length: .0187316835
  1227. modified: 1
  1228. - boneName: Spine
  1229. humanName: Spine
  1230. limit:
  1231. min: {x: -40, y: -40, z: -40}
  1232. max: {x: 40, y: 40, z: 40}
  1233. value: {x: .130038857, y: 0, z: .0650194287}
  1234. length: .162548646
  1235. modified: 1
  1236. - boneName: Chest
  1237. humanName: Chest
  1238. limit:
  1239. min: {x: -40, y: -40, z: -40}
  1240. max: {x: 40, y: 40, z: 40}
  1241. value: {x: .208823666, y: 0, z: .104411833}
  1242. length: .261029661
  1243. modified: 1
  1244. - boneName: Neck
  1245. humanName: Neck
  1246. limit:
  1247. min: {x: -40, y: -40, z: -40}
  1248. max: {x: 40, y: 40, z: 40}
  1249. value: {x: .0670712367, y: 0, z: .0335356183}
  1250. length: .0838390812
  1251. modified: 1
  1252. - boneName: Head
  1253. humanName: Head
  1254. limit:
  1255. min: {x: -40, y: -40, z: -40}
  1256. max: {x: 40, y: 40, z: 40}
  1257. value: {x: .0670712367, y: 0, z: .0335356183}
  1258. length: .0838390812
  1259. modified: 1
  1260. - boneName: LeftShoulder
  1261. humanName: LeftShoulder
  1262. limit:
  1263. min: {x: 0, y: -15.000001, z: -15.000001}
  1264. max: {x: 0, y: 15.000001, z: 30.0000019}
  1265. value: {x: .0804016069, y: 0, z: .0402008034}
  1266. length: .100502044
  1267. modified: 1
  1268. - boneName: RightShoulder
  1269. humanName: RightShoulder
  1270. limit:
  1271. min: {x: 0, y: -15.000001, z: -15.000001}
  1272. max: {x: 0, y: 15.000001, z: 30.0000019}
  1273. value: {x: .0804011449, y: 0, z: .0402005725}
  1274. length: .100501463
  1275. modified: 1
  1276. - boneName: LeftArm
  1277. humanName: LeftUpperArm
  1278. limit:
  1279. min: {x: -90, y: -100, z: -60.0000038}
  1280. max: {x: 90, y: 100, z: 100}
  1281. value: {x: .203239381, y: 0, z: .101619691}
  1282. length: .254049301
  1283. modified: 1
  1284. - boneName: RightArm
  1285. humanName: RightUpperArm
  1286. limit:
  1287. min: {x: -90, y: -100, z: -60.0000038}
  1288. max: {x: 90, y: 100, z: 100}
  1289. value: {x: .203239411, y: 0, z: .101619706}
  1290. length: .254049331
  1291. modified: 1
  1292. - boneName: LeftForeArm
  1293. humanName: LeftLowerArm
  1294. limit:
  1295. min: {x: -90, y: 0, z: -80}
  1296. max: {x: 90, y: 0, z: 80}
  1297. value: {x: .197111323, y: 0, z: .0985556617}
  1298. length: .246389225
  1299. modified: 1
  1300. - boneName: RightForeArm
  1301. humanName: RightLowerArm
  1302. limit:
  1303. min: {x: -90, y: 0, z: -80}
  1304. max: {x: 90, y: 0, z: 80}
  1305. value: {x: .197110847, y: 0, z: .0985554233}
  1306. length: .246388629
  1307. modified: 1
  1308. - boneName: LeftHand
  1309. humanName: LeftHand
  1310. limit:
  1311. min: {x: 0, y: -40, z: -80}
  1312. max: {x: 0, y: 40, z: 80}
  1313. value: {x: .0985556617, y: 0, z: .0492778309}
  1314. length: .123194613
  1315. modified: 1
  1316. - boneName: RightHand
  1317. humanName: RightHand
  1318. limit:
  1319. min: {x: 0, y: -40, z: -80}
  1320. max: {x: 0, y: 40, z: 80}
  1321. value: {x: .0985554233, y: 0, z: .0492777117}
  1322. length: .123194315
  1323. modified: 1
  1324. - boneName: LeftToes
  1325. humanName: LeftToes
  1326. limit:
  1327. min: {x: 0, y: 0, z: -50}
  1328. max: {x: 0, y: 0, z: 50}
  1329. value: {x: .0651871487, y: 0, z: .0325935744}
  1330. length: .0814839751
  1331. modified: 1
  1332. - boneName: RightToes
  1333. humanName: RightToes
  1334. limit:
  1335. min: {x: 0, y: 0, z: -50}
  1336. max: {x: 0, y: 0, z: 50}
  1337. value: {x: .0651873127, y: 0, z: .0325936563}
  1338. length: .0814841762
  1339. modified: 1
  1340. - boneName: LeftEye
  1341. humanName: LeftEye
  1342. limit:
  1343. min: {x: 0, y: -20, z: -10}
  1344. max: {x: 0, y: 20, z: 15.000001}
  1345. value: {x: .0799999759, y: 0, z: .0399999879}
  1346. length: .100000001
  1347. modified: 1
  1348. - boneName: RightEye
  1349. humanName: RightEye
  1350. limit:
  1351. min: {x: 0, y: -20, z: -10}
  1352. max: {x: 0, y: 20, z: 15.000001}
  1353. value: {x: .0799999759, y: 0, z: .0399999879}
  1354. length: .100000001
  1355. modified: 1
  1356. - boneName: Jaw
  1357. humanName: Jaw
  1358. limit:
  1359. min: {x: 0, y: -10, z: -10}
  1360. max: {x: 0, y: 10, z: 10}
  1361. value: {x: .0799999759, y: 0, z: .0399999879}
  1362. length: .100000001
  1363. modified: 1
  1364. - boneName: LeftHandThumb1
  1365. humanName: Left Thumb Proximal
  1366. limit:
  1367. min: {x: 0, y: -25, z: -20}
  1368. max: {x: 0, y: 25, z: 20}
  1369. value: {x: .0232954696, y: 0, z: .0116477348}
  1370. length: .0291193463
  1371. modified: 1
  1372. - boneName: LeftHandThumb2
  1373. humanName: Left Thumb Intermediate
  1374. limit:
  1375. min: {x: 0, y: 0, z: -40}
  1376. max: {x: 0, y: 0, z: 35}
  1377. value: {x: .0270181354, y: 0, z: .0135090677}
  1378. length: .0337726772
  1379. modified: 1
  1380. - boneName: LeftHandThumb3
  1381. humanName: Left Thumb Distal
  1382. limit:
  1383. min: {x: 0, y: 0, z: -40}
  1384. max: {x: 0, y: 0, z: 35}
  1385. value: {x: .0202635992, y: 0, z: .0101317996}
  1386. length: .0253295079
  1387. modified: 1
  1388. - boneName: LeftHandIndex1
  1389. humanName: Left Index Proximal
  1390. limit:
  1391. min: {x: 0, y: -20, z: -50}
  1392. max: {x: 0, y: 20, z: 50}
  1393. value: {x: .0318519548, y: 0, z: .0159259774}
  1394. length: .0398149602
  1395. modified: 1
  1396. - boneName: LeftHandIndex2
  1397. humanName: Left Index Intermediate
  1398. limit:
  1399. min: {x: 0, y: 0, z: -45}
  1400. max: {x: 0, y: 0, z: 45}
  1401. value: {x: .0223747417, y: 0, z: .0111873709}
  1402. length: .0279684365
  1403. modified: 1
  1404. - boneName: LeftHandIndex3
  1405. humanName: Left Index Distal
  1406. limit:
  1407. min: {x: 0, y: 0, z: -45}
  1408. max: {x: 0, y: 0, z: 45}
  1409. value: {x: .0167810544, y: 0, z: .00839052722}
  1410. length: .0209763274
  1411. modified: 1
  1412. - boneName: LeftHandMiddle1
  1413. humanName: Left Middle Proximal
  1414. limit:
  1415. min: {x: 0, y: -7.50000048, z: -50}
  1416. max: {x: 0, y: 7.50000048, z: 50}
  1417. value: {x: .0354259536, y: 0, z: .0177129768}
  1418. length: .0442824587
  1419. modified: 1
  1420. - boneName: LeftHandMiddle2
  1421. humanName: Left Middle Intermediate
  1422. limit:
  1423. min: {x: 0, y: 0, z: -45}
  1424. max: {x: 0, y: 0, z: 45}
  1425. value: {x: .0271718558, y: 0, z: .0135859279}
  1426. length: .0339648277
  1427. modified: 1
  1428. - boneName: LeftHandMiddle3
  1429. humanName: Left Middle Distal
  1430. limit:
  1431. min: {x: 0, y: 0, z: -45}
  1432. max: {x: 0, y: 0, z: 45}
  1433. value: {x: .0203788895, y: 0, z: .0101894448}
  1434. length: .0254736207
  1435. modified: 1
  1436. - boneName: LeftHandRing1
  1437. humanName: Left Ring Proximal
  1438. limit:
  1439. min: {x: 0, y: -7.50000048, z: -50}
  1440. max: {x: 0, y: 7.50000048, z: 50}
  1441. value: {x: .0345546491, y: 0, z: .0172773246}
  1442. length: .0431933291
  1443. modified: 1
  1444. - boneName: LeftHandRing2
  1445. humanName: Left Ring Intermediate
  1446. limit:
  1447. min: {x: 0, y: 0, z: -45}
  1448. max: {x: 0, y: 0, z: 45}
  1449. value: {x: .0246684458, y: 0, z: .0123342229}
  1450. length: .0308355652
  1451. modified: 1
  1452. - boneName: LeftHandRing3
  1453. humanName: Left Ring Distal
  1454. limit:
  1455. min: {x: 0, y: 0, z: -45}
  1456. max: {x: 0, y: 0, z: 45}
  1457. value: {x: .018501332, y: 0, z: .00925066601}
  1458. length: .023126673
  1459. modified: 1
  1460. - boneName: LeftHandPinky1
  1461. humanName: Left Little Proximal
  1462. limit:
  1463. min: {x: 0, y: -20, z: -50}
  1464. max: {x: 0, y: 20, z: 50}
  1465. value: {x: .0246715602, y: 0, z: .0123357801}
  1466. length: .03083946
  1467. modified: 1
  1468. - boneName: LeftHandPinky2
  1469. humanName: Left Little Intermediate
  1470. limit:
  1471. min: {x: 0, y: 0, z: -45}
  1472. max: {x: 0, y: 0, z: 45}
  1473. value: {x: .0184511878, y: 0, z: .00922559388}
  1474. length: .0230639931
  1475. modified: 1
  1476. - boneName: LeftHandPinky3
  1477. humanName: Left Little Distal
  1478. limit:
  1479. min: {x: 0, y: 0, z: -45}
  1480. max: {x: 0, y: 0, z: 45}
  1481. value: {x: .0138383918, y: 0, z: .00691919588}
  1482. length: .0172979943
  1483. modified: 1
  1484. - boneName: RightHandThumb1
  1485. humanName: Right Thumb Proximal
  1486. limit:
  1487. min: {x: 0, y: -25, z: -20}
  1488. max: {x: 0, y: 25, z: 20}
  1489. value: {x: .0232954528, y: 0, z: .0116477264}
  1490. length: .0291193258
  1491. modified: 1
  1492. - boneName: RightHandThumb2
  1493. humanName: Right Thumb Intermediate
  1494. limit:
  1495. min: {x: 0, y: 0, z: -40}
  1496. max: {x: 0, y: 0, z: 35}
  1497. value: {x: .0270181429, y: 0, z: .0135090714}
  1498. length: .0337726884
  1499. modified: 1
  1500. - boneName: RightHandThumb3
  1501. humanName: Right Thumb Distal
  1502. limit:
  1503. min: {x: 0, y: 0, z: -40}
  1504. max: {x: 0, y: 0, z: 35}
  1505. value: {x: .0202636048, y: 0, z: .0101318024}
  1506. length: .0253295153
  1507. modified: 1
  1508. - boneName: RightHandIndex1
  1509. humanName: Right Index Proximal
  1510. limit:
  1511. min: {x: 0, y: -20, z: -50}
  1512. max: {x: 0, y: 20, z: 50}
  1513. value: {x: .031851925, y: 0, z: .0159259625}
  1514. length: .039814923
  1515. modified: 1
  1516. - boneName: RightHandIndex2
  1517. humanName: Right Index Intermediate
  1518. limit:
  1519. min: {x: 0, y: 0, z: -45}
  1520. max: {x: 0, y: 0, z: 45}
  1521. value: {x: .0223747548, y: 0, z: .0111873774}
  1522. length: .0279684532
  1523. modified: 1
  1524. - boneName: RightHandIndex3
  1525. humanName: Right Index Distal
  1526. limit:
  1527. min: {x: 0, y: 0, z: -45}
  1528. max: {x: 0, y: 0, z: 45}
  1529. value: {x: .0167810656, y: 0, z: .00839053281}
  1530. length: .0209763404
  1531. modified: 1
  1532. - boneName: RightHandMiddle1
  1533. humanName: Right Middle Proximal
  1534. limit:
  1535. min: {x: 0, y: -7.50000048, z: -50}
  1536. max: {x: 0, y: 7.50000048, z: 50}
  1537. value: {x: .0354259573, y: 0, z: .0177129786}
  1538. length: .0442824624
  1539. modified: 1
  1540. - boneName: RightHandMiddle2
  1541. humanName: Right Middle Intermediate
  1542. limit:
  1543. min: {x: 0, y: 0, z: -45}
  1544. max: {x: 0, y: 0, z: 45}
  1545. value: {x: .0271718632, y: 0, z: .0135859316}
  1546. length: .0339648388
  1547. modified: 1
  1548. - boneName: RightHandMiddle3
  1549. humanName: Right Middle Distal
  1550. limit:
  1551. min: {x: 0, y: 0, z: -45}
  1552. max: {x: 0, y: 0, z: 45}
  1553. value: {x: .0203788951, y: 0, z: .0101894476}
  1554. length: .0254736282
  1555. modified: 1
  1556. - boneName: RightHandRing1
  1557. humanName: Right Ring Proximal
  1558. limit:
  1559. min: {x: 0, y: -7.50000048, z: -50}
  1560. max: {x: 0, y: 7.50000048, z: 50}
  1561. value: {x: .0345546268, y: 0, z: .0172773134}
  1562. length: .043193303
  1563. modified: 1
  1564. - boneName: RightHandRing2
  1565. humanName: Right Ring Intermediate
  1566. limit:
  1567. min: {x: 0, y: 0, z: -45}
  1568. max: {x: 0, y: 0, z: 45}
  1569. value: {x: .0246684328, y: 0, z: .0123342164}
  1570. length: .0308355503
  1571. modified: 1
  1572. - boneName: RightHandRing3
  1573. humanName: Right Ring Distal
  1574. limit:
  1575. min: {x: 0, y: 0, z: -45}
  1576. max: {x: 0, y: 0, z: 45}
  1577. value: {x: .0185013227, y: 0, z: .00925066136}
  1578. length: .0231266618
  1579. modified: 1
  1580. - boneName: RightHandPinky1
  1581. humanName: Right Little Proximal
  1582. limit:
  1583. min: {x: 0, y: -20, z: -50}
  1584. max: {x: 0, y: 20, z: 50}
  1585. value: {x: .0246715955, y: 0, z: .0123357978}
  1586. length: .0308395028
  1587. modified: 1
  1588. - boneName: RightHandPinky2
  1589. humanName: Right Little Intermediate
  1590. limit:
  1591. min: {x: 0, y: 0, z: -45}
  1592. max: {x: 0, y: 0, z: 45}
  1593. value: {x: .0184512436, y: 0, z: .00922562182}
  1594. length: .0230640639
  1595. modified: 1
  1596. - boneName: RightHandPinky3
  1597. humanName: Right Little Distal
  1598. limit:
  1599. min: {x: 0, y: 0, z: -45}
  1600. max: {x: 0, y: 0, z: 45}
  1601. value: {x: .0138384355, y: 0, z: .00691921776}
  1602. length: .0172980484
  1603. modified: 1
  1604. skeleton:
  1605. - name:
  1606. position: {x: 0, y: 0, z: 0}
  1607. rotation: {x: 0, y: 0, z: 0, w: .99999994}
  1608. scale: {x: 1, y: 1, z: 1}
  1609. transformModified: 1
  1610. - name: Reference
  1611. position: {x: 0, y: 0, z: 0}
  1612. rotation: {x: 0, y: -0, z: 0, w: .99999994}
  1613. scale: {x: 1, y: 1, z: 1}
  1614. transformModified: 1
  1615. - name: Hips
  1616. position: {x: .00121104717, y: .839476168, z: -.00483632088}
  1617. rotation: {x: -.0519144908, y: .073427774, z: -.0171447676, w: .995800793}
  1618. scale: {x: 1, y: 1, z: 1}
  1619. transformModified: 1
  1620. - name: LeftUpLeg
  1621. position: {x: -.0754494965, y: -.0456640199, z: 3.5527136e-17}
  1622. rotation: {x: -.0399461091, y: -.135404259, z: .0132622523, w: .98989594}
  1623. scale: {x: 1, y: 1, z: 1}
  1624. transformModified: 1
  1625. - name: l_hipProxy_geo
  1626. position: {x: .0754494965, y: -.91813004, z: 0}
  1627. rotation: {x: -6.1232336e-17, y: .99999994, z: 6.1232336e-17, w: -6.12323294e-17}
  1628. scale: {x: 1, y: 1, z: 1}
  1629. transformModified: 1
  1630. - name: LeftLeg
  1631. position: {x: -.0205504987, y: -.409129977, z: -.000718647963}
  1632. rotation: {x: .281213224, y: -.0599440187, z: -.0543277301, w: .95622921}
  1633. scale: {x: 1, y: 1, z: 1}
  1634. transformModified: 1
  1635. - name: l_kneeProxy_geo
  1636. position: {x: .0960000008, y: -.509000003, z: .000718647963}
  1637. rotation: {x: -6.1232336e-17, y: .99999994, z: 6.1232336e-17, w: -6.12323294e-17}
  1638. scale: {x: 1, y: 1, z: 1}
  1639. transformModified: 1
  1640. - name: LeftFoot
  1641. position: {x: -.00515299942, y: -.423155904, z: -.0276488513}
  1642. rotation: {x: -.570114195, y: .0370227434, z: .140758201, w: .808570385}
  1643. scale: {x: 1, y: 1, z: 1}
  1644. transformModified: 1
  1645. - name: l_ankleProxy_geo
  1646. position: {x: .101153001, y: -.0858440921, z: .0283674989}
  1647. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1648. scale: {x: 1, y: 1, z: 1}
  1649. transformModified: 1
  1650. - name: LeftToes
  1651. position: {x: -.00748699997, y: -.0731673017, z: .145427123}
  1652. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1653. scale: {x: 1, y: 1, z: 1}
  1654. transformModified: 1
  1655. - name: l_ballProxy_geo
  1656. position: {x: .10864, y: -.0126768006, z: -.117059626}
  1657. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1658. scale: {x: 1, y: 1, z: 1}
  1659. transformModified: 1
  1660. - name: pelvisProxy_geo
  1661. position: {x: -0, y: -.963793993, z: 0}
  1662. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1663. scale: {x: 1, y: 1, z: 1}
  1664. transformModified: 1
  1665. - name: RightUpLeg
  1666. position: {x: .0754495338, y: -.0456639901, z: -7.1054272e-17}
  1667. rotation: {x: -.077004008, y: .0695240274, z: .0501676463, w: .99333775}
  1668. scale: {x: 1, y: 1, z: 1}
  1669. transformModified: 1
  1670. - name: r_hipProxy_geo
  1671. position: {x: -.0754495338, y: -.91813004, z: 0}
  1672. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1673. scale: {x: 1, y: 1, z: 1}
  1674. transformModified: 1
  1675. - name: RightLeg
  1676. position: {x: .0205504671, y: -.409130007, z: -.000718647963}
  1677. rotation: {x: .314833343, y: -.0702194944, z: .03938495, w: .945726156}
  1678. scale: {x: 1, y: 1, z: 1}
  1679. transformModified: 1
  1680. - name: r_kneeProxy_geo
  1681. position: {x: -.0960000008, y: -.509000003, z: .000718647963}
  1682. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1683. scale: {x: 1, y: 1, z: 1}
  1684. transformModified: 1
  1685. - name: RightFoot
  1686. position: {x: .00515299942, y: -.423155904, z: -.0276488513}
  1687. rotation: {x: -.283892214, y: .0104181161, z: -.0755412728, w: .95581907}
  1688. scale: {x: 1, y: 1, z: 1}
  1689. transformModified: 1
  1690. - name: r_ankleProxy_geo
  1691. position: {x: -.101153001, y: -.0858440921, z: .0283674989}
  1692. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1693. scale: {x: 1, y: 1, z: 1}
  1694. transformModified: 1
  1695. - name: RightToes
  1696. position: {x: .00748699997, y: -.0731673017, z: .145427495}
  1697. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1698. scale: {x: 1, y: 1, z: 1}
  1699. transformModified: 1
  1700. - name: r_ballProxy_geo
  1701. position: {x: -.10864, y: -.0126768006, z: -.117059998}
  1702. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1703. scale: {x: 1, y: 1, z: 1}
  1704. transformModified: 1
  1705. - name: Spine
  1706. position: {x: -3.55271347e-16, y: .0922631845, z: .0157713313}
  1707. rotation: {x: .104707487, y: -.159581691, z: .0230544414, w: .981345236}
  1708. scale: {x: 1, y: 1, z: 1}
  1709. transformModified: 1
  1710. - name: Chest
  1711. position: {x: -0, y: .162540287, z: -.00165605545}
  1712. rotation: {x: 7.22078647e-16, y: -2.7755574e-17, z: -2.7755574e-17, w: .99999994}
  1713. scale: {x: 1, y: 1, z: 1}
  1714. transformModified: 1
  1715. - name: chestProxy_geo
  1716. position: {x: -2.6469779e-25, y: -1.21859741, z: -.0141152758}
  1717. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1718. scale: {x: 1, y: 1, z: 1}
  1719. transformModified: 1
  1720. - name: LeftShoulder
  1721. position: {x: -.0382859968, y: .221622497, z: -.017063085}
  1722. rotation: {x: -.0237999819, y: -.00920295902, z: .120220207, w: .992419243}
  1723. scale: {x: 1, y: 1, z: 1}
  1724. transformModified: 1
  1725. - name: l_clavicleProxy_geo
  1726. position: {x: -.576741397, y: -1.3202554, z: -.00174654822}
  1727. rotation: {x: .0132958526, y: .0596696734, z: -.217083618, w: .974236786}
  1728. scale: {x: 1, y: 1, z: 1}
  1729. transformModified: 1
  1730. - name: LeftArm
  1731. position: {x: -.100502051, y: 8.52651264e-16, z: -1.91846525e-15}
  1732. rotation: {x: .286501318, y: .0619917102, z: -.134159967, w: .946612418}
  1733. scale: {x: 1, y: 1, z: 1}
  1734. transformModified: 1
  1735. - name: l_shourderProxy_geo
  1736. position: {x: .145532504, y: -1.39592445, z: .00981439184}
  1737. rotation: {x: -9.73998613e-05, y: .0164502338, z: .00591997476, w: .999847114}
  1738. scale: {x: 1, y: 1, z: 1}
  1739. transformModified: 1
  1740. - name: LeftForeArm
  1741. position: {x: -.254049301, y: -5.6772363e-14, z: -7.74633667e-13}
  1742. rotation: {x: .00499072857, y: .0268045831, z: -.0208670311, w: .999410391}
  1743. scale: {x: 1, y: 1, z: 1}
  1744. transformModified: 1
  1745. - name: l_erbowProxy_geo
  1746. position: {x: .443439782, y: -1.38239443, z: .0267205685}
  1747. rotation: {x: .000123997524, y: -.00563636655, z: .0219935421, w: .99974221}
  1748. scale: {x: 1, y: 1, z: 1}
  1749. transformModified: 1
  1750. - name: LeftHand
  1751. position: {x: -.24638927, y: -1.34519945e-12, z: -1.48500223e-11}
  1752. rotation: {x: -.0137660997, y: -.0920024589, z: .0420621298, w: .994774699}
  1753. scale: {x: 1, y: 1, z: 1}
  1754. transformModified: 1
  1755. - name: l_wristProxy_geo
  1756. position: {x: .689829111, y: -1.38239443, z: .0267205685}
  1757. rotation: {x: .000123997524, y: -.00563636655, z: .0219935421, w: .99974221}
  1758. scale: {x: 1, y: 1, z: 1}
  1759. transformModified: 1
  1760. - name: LeftHandIndex1
  1761. position: {x: -.0751257986, y: -.00784140453, z: .0326526426}
  1762. rotation: {x: -.0308350772, y: .0179691557, z: .0871919319, w: .995552003}
  1763. scale: {x: 1, y: 1, z: 1}
  1764. transformModified: 1
  1765. - name: l_indexProxy_01_geo
  1766. position: {x: .707995355, y: -1.40068793, z: .106783867}
  1767. rotation: {x: .00037795541, y: -.085902825, z: .00438349554, w: .996293783}
  1768. scale: {x: 1, y: 1, z: 1}
  1769. transformModified: 1
  1770. - name: LeftHandIndex2
  1771. position: {x: -.03979728, y: 4.98084046e-05, z: .00118575036}
  1772. rotation: {x: -.0689612553, y: .0147113185, z: .0279532913, w: .997119069}
  1773. scale: {x: 1, y: 1, z: 1}
  1774. transformModified: 1
  1775. - name: l_indexProxy_02_geo
  1776. position: {x: .597788155, y: -1.46919715, z: .12853159}
  1777. rotation: {x: -.00472124387, y: -.101354167, z: -.0462910496, w: .993761599}
  1778. scale: {x: 1, y: 1, z: 1}
  1779. transformModified: 1
  1780. - name: LeftHandIndex3
  1781. position: {x: -.0279684775, y: -6.28308783e-09, z: -5.17217202e-08}
  1782. rotation: {x: -.0358559713, y: -.0101306047, z: .0899949074, w: .99524498}
  1783. scale: {x: 1, y: 1, z: 1}
  1784. transformModified: 1
  1785. - name: l_indexProxy_03_geo
  1786. position: {x: .625756621, y: -1.46919715, z: .128531635}
  1787. rotation: {x: -.00472124387, y: -.101354167, z: -.0462910496, w: .993761599}
  1788. scale: {x: 1, y: 1, z: 1}
  1789. transformModified: 1
  1790. - name: LeftHandMiddle1
  1791. position: {x: -.0760238245, y: -.00188513438, z: .0101412293}
  1792. rotation: {x: -.0157177038, y: .0537209623, z: .0864717588, w: .994680643}
  1793. scale: {x: 1, y: 1, z: 1}
  1794. transformModified: 1
  1795. - name: l_middleProxy_01_geo
  1796. position: {x: .704767466, y: -1.41134179, z: .0634717271}
  1797. rotation: {x: 4.18855452e-05, y: -.0389639921, z: .00107416383, w: .999239981}
  1798. scale: {x: 1, y: 1, z: 1}
  1799. transformModified: 1
  1800. - name: LeftHandMiddle2
  1801. position: {x: -.0442804359, y: 4.79887376e-06, z: -.000425400125}
  1802. rotation: {x: -.0151028708, y: -.00648153666, z: .0269549638, w: .999501467}
  1803. scale: {x: 1, y: 1, z: 1}
  1804. transformModified: 1
  1805. - name: l_middleProxy_02_geo
  1806. position: {x: .585567176, y: -1.48780787, z: .0243592989}
  1807. rotation: {x: -.000701564888, y: -.0125020016, z: -.056023661, w: .998350859}
  1808. scale: {x: 1, y: 1, z: 1}
  1809. transformModified: 1
  1810. - name: LeftHandMiddle3
  1811. position: {x: -.0339648277, y: -1.2198452e-08, z: 3.7516088e-09}
  1812. rotation: {x: -.00510917604, y: .000592065335, z: .205915764, w: .978556156}
  1813. scale: {x: 1, y: 1, z: 1}
  1814. transformModified: 1
  1815. - name: l_middleProxy_03_geo
  1816. position: {x: .619532049, y: -1.48780787, z: .0243592951}
  1817. rotation: {x: -.000701564888, y: -.0125020016, z: -.056023661, w: .998350859}
  1818. scale: {x: 1, y: 1, z: 1}
  1819. transformModified: 1
  1820. - name: LeftHandPinky1
  1821. position: {x: -.0656599477, y: -.00782510638, z: -.0322512463}
  1822. rotation: {x: -.0464274399, y: .0757406726, z: .0861570686, w: .992312849}
  1823. scale: {x: 1, y: 1, z: 1}
  1824. transformModified: 1
  1825. - name: l_pinkyProxy_01_geo
  1826. position: {x: .66101706, y: -1.42205703, z: -.067025952}
  1827. rotation: {x: .000976056792, y: .0847904608, z: -.0114691779, w: .996332288}
  1828. scale: {x: 1, y: 1, z: 1}
  1829. transformModified: 1
  1830. - name: LeftHandPinky2
  1831. position: {x: -.0308054481, y: -3.0874573e-05, z: -.0014480775}
  1832. rotation: {x: .049419269, y: -.0217028987, z: .0329513103, w: .997998416}
  1833. scale: {x: 1, y: 1, z: 1}
  1834. transformModified: 1
  1835. - name: l_pinkyProxy_02_geo
  1836. position: {x: .705631673, y: -1.41450727, z: -.07956402}
  1837. rotation: {x: .000580511522, y: .0944183841, z: -.00612070551, w: .995513558}
  1838. scale: {x: 1, y: 1, z: 1}
  1839. transformModified: 1
  1840. - name: LeftHandPinky3
  1841. position: {x: -.0230640266, y: -6.40258258e-06, z: 1.8330093e-08}
  1842. rotation: {x: .0306204669, y: -.000534869498, z: .159956157, w: .986648917}
  1843. scale: {x: 1, y: 1, z: 1}
  1844. transformModified: 1
  1845. - name: l_pinkyProxy_03_geo
  1846. position: {x: .72869575, y: -1.41450083, z: -.0795640349}
  1847. rotation: {x: .000580511522, y: .0944183841, z: -.00612070551, w: .995513558}
  1848. scale: {x: 1, y: 1, z: 1}
  1849. transformModified: 1
  1850. - name: LeftHandRing1
  1851. position: {x: -.0703021064, y: -.00374530931, z: -.0114117917}
  1852. rotation: {x: -.0137465317, y: .0746481344, z: .0850566626, w: .993480742}
  1853. scale: {x: 1, y: 1, z: 1}
  1854. transformModified: 1
  1855. - name: l_ringProxy_01_geo
  1856. position: {x: .67746079, y: -1.4215858, z: .00821865257}
  1857. rotation: {x: .000123969745, y: .0157473143, z: -.00787121616, w: .999844968}
  1858. scale: {x: 1, y: 1, z: 1}
  1859. transformModified: 1
  1860. - name: LeftHandRing2
  1861. position: {x: -.0431354567, y: -2.08823076e-05, z: -.00223517837}
  1862. rotation: {x: .0193589889, y: -.0256351847, z: .0290505774, w: .999061584}
  1863. scale: {x: 1, y: 1, z: 1}
  1864. transformModified: 1
  1865. - name: l_ringProxy_02_geo
  1866. position: {x: .558318734, y: -1.49264503, z: -.0224928856}
  1867. rotation: {x: .00240248838, y: .0378382728, z: -.0633204356, w: .99727273}
  1868. scale: {x: 1, y: 1, z: 1}
  1869. transformModified: 1
  1870. - name: LeftHandRing3
  1871. position: {x: -.0308355652, y: 7.67334946e-11, z: -1.64974168e-08}
  1872. rotation: {x: .0122771543, y: -.00149581966, z: .162593856, w: .986615539}
  1873. scale: {x: 1, y: 1, z: 1}
  1874. transformModified: 1
  1875. - name: l_ringProxy_03_geo
  1876. position: {x: .589154303, y: -1.49264503, z: -.0224928688}
  1877. rotation: {x: .00240248838, y: .0378382728, z: -.0633204356, w: .99727273}
  1878. scale: {x: 1, y: 1, z: 1}
  1879. transformModified: 1
  1880. - name: LeftHandThumb1
  1881. position: {x: -.0142312413, y: -.0123778246, z: .0255316682}
  1882. rotation: {x: -.15800342, y: -.0721749887, z: -.152787268, w: .972872913}
  1883. scale: {x: 1, y: 1, z: 1}
  1884. transformModified: 1
  1885. - name: l_thumbProxy_01_geo
  1886. position: {x: .643102229, y: -1.39965379, z: -.00606264407}
  1887. rotation: {x: 1.89761473e-09, y: -1.12757018e-17, z: -5.58892398e-18, w: .99999994}
  1888. scale: {x: 1, y: 1, z: 1}
  1889. transformModified: 1
  1890. - name: LeftHandThumb2
  1891. position: {x: -.0163739994, y: -.00528999977, z: .0234914087}
  1892. rotation: {x: -.0301180836, y: .0993755013, z: .00662130816, w: .994571984}
  1893. scale: {x: 1, y: 1, z: 1}
  1894. transformModified: 1
  1895. - name: l_thumbProxy_02_geo
  1896. position: {x: .659476221, y: -1.39436388, z: -.0295540728}
  1897. rotation: {x: 1.89761451e-09, y: 1.42085206e-08, z: -1.75474479e-08, w: .99999994}
  1898. scale: {x: 1, y: 1, z: 1}
  1899. transformModified: 1
  1900. - name: LeftHandThumb3
  1901. position: {x: -.0254599992, y: -.00763999997, z: .0208330005}
  1902. rotation: {x: .0482696705, y: -.21970883, z: -.0199516751, w: .974166274}
  1903. scale: {x: 1, y: 1, z: 1}
  1904. transformModified: 1
  1905. - name: l_thumbProxy_03_geo
  1906. position: {x: .684936106, y: -1.38672376, z: -.0503869802}
  1907. rotation: {x: -3.84998025e-08, y: 2.97005407e-08, z: -3.37486235e-08, w: .99999994}
  1908. scale: {x: 1, y: 1, z: 1}
  1909. transformModified: 1
  1910. - name: Neck
  1911. position: {x: 4.26325632e-16, y: .259009302, z: -.0324132554}
  1912. rotation: {x: -.0606597215, y: .0564966612, z: -.041568134, w: .995690942}
  1913. scale: {x: 1, y: 1, z: 1}
  1914. transformModified: 1
  1915. - name: Head
  1916. position: {x: 1.27897687e-15, y: .0830703825, z: .0113267815}
  1917. rotation: {x: -.0359985828, y: .0275309533, z: .0763938501, w: .996047199}
  1918. scale: {x: 1, y: 1, z: 1}
  1919. transformModified: 1
  1920. - name: headProxy_geo
  1921. position: {x: -0, y: -1.56067717, z: .00697119767}
  1922. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1923. scale: {x: 1, y: 1, z: 1}
  1924. transformModified: 1
  1925. - name: Jaw
  1926. position: {x: 1.73472344e-20, y: .0111267585, z: .0103275431}
  1927. rotation: {x: -2.07289378e-36, y: -1.57659684e-18, z: -1.31478994e-18, w: .99999994}
  1928. scale: {x: 1, y: 1, z: 1}
  1929. transformModified: 1
  1930. - name: jawProxy_geo
  1931. position: {x: -1.73472344e-20, y: -1.57180381, z: -.003356345}
  1932. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1933. scale: {x: 1, y: 1, z: 1}
  1934. transformModified: 1
  1935. - name: TongueBack
  1936. position: {x: -1.73472344e-20, y: -.022869369, z: .0100954091}
  1937. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1938. scale: {x: 1, y: 1, z: 1}
  1939. transformModified: 1
  1940. - name: UNI_01_TongueBaseProxy
  1941. position: {x: -0, y: -1.54893458, z: -.0134517532}
  1942. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1943. scale: {x: 1, y: 1, z: 1}
  1944. transformModified: 1
  1945. - name: TongueTip
  1946. position: {x: -1.73472344e-20, y: -.0232788119, z: .0383227095}
  1947. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1948. scale: {x: 1, y: 1, z: 1}
  1949. transformModified: 1
  1950. - name: UNI_01_TongueTipProxy
  1951. position: {x: -0, y: -1.54852509, z: -.0416790508}
  1952. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1953. scale: {x: 1, y: 1, z: 1}
  1954. transformModified: 1
  1955. - name: UNI_01_Lower_teethProxy
  1956. position: {x: -1.73472344e-20, y: -1.57180381, z: -.003356345}
  1957. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1958. scale: {x: 1, y: 1, z: 1}
  1959. transformModified: 1
  1960. - name: LeftEye
  1961. position: {x: -.0208482333, y: .0825027004, z: .0554274321}
  1962. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1963. scale: {x: 1, y: 1, z: 1}
  1964. transformModified: 1
  1965. - name: l_UNI_eye
  1966. position: {x: .0208482333, y: -1.64317989, z: -.048456233}
  1967. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1968. scale: {x: 1, y: 1, z: 1}
  1969. transformModified: 1
  1970. - name: RightEye
  1971. position: {x: .020849999, y: .082502827, z: .0554273985}
  1972. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1973. scale: {x: 1, y: 1, z: 1}
  1974. transformModified: 1
  1975. - name: r_UNI_eye
  1976. position: {x: -.020849999, y: -1.64317989, z: -.0484561995}
  1977. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1978. scale: {x: 1, y: 1, z: 1}
  1979. transformModified: 1
  1980. - name: UNI_01_Upper_teethProxy
  1981. position: {x: -0, y: -1.56067717, z: .00697119767}
  1982. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1983. scale: {x: 1, y: 1, z: 1}
  1984. transformModified: 1
  1985. - name: neckProxy_geo
  1986. position: {x: -2.6469779e-25, y: -1.47760677, z: .0182979777}
  1987. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  1988. scale: {x: 1, y: 1, z: 1}
  1989. transformModified: 1
  1990. - name: RightShoulder
  1991. position: {x: .0382860154, y: .221621141, z: -.017063085}
  1992. rotation: {x: .170239195, y: .980206609, z: -.009321413, w: -.100631103}
  1993. scale: {x: 1, y: 1, z: 1}
  1994. transformModified: 1
  1995. - name: r_clavicleProxy_geo
  1996. position: {x: -.576691985, y: -1.32027555, z: .00174657279}
  1997. rotation: {x: .217065617, y: .974240839, z: -.0132948142, w: .0596702136}
  1998. scale: {x: 1, y: 1, z: 1}
  1999. transformModified: 1
  2000. - name: RightArm
  2001. position: {x: -.100501455, y: -2.49955224e-06, z: -5.15574072e-08}
  2002. rotation: {x: .121309072, y: .958028495, z: -.259739995, w: .0007164774}
  2003. scale: {x: 1, y: 1, z: 1}
  2004. transformModified: 1
  2005. - name: r_shourderProxy_geo
  2006. position: {x: -.111510262, y: -1.39896846, z: .0182753969}
  2007. rotation: {x: -9.73998685e-05, y: .0164502338, z: .00591997476, w: .999847114}
  2008. scale: {x: 1, y: 1, z: 1}
  2009. transformModified: 1
  2010. - name: RightForeArm
  2011. position: {x: .253428251, y: .00601135287, z: -.0167045239}
  2012. rotation: {x: .054559011, y: .0197133571, z: -.0129673034, w: .998231709}
  2013. scale: {x: 1, y: 1, z: 1}
  2014. transformModified: 1
  2015. - name: r_erbowProxy_geo
  2016. position: {x: -.320759475, y: -1.41603601, z: .0180951431}
  2017. rotation: {x: .000123997524, y: -.00563636655, z: .0219935421, w: .99974221}
  2018. scale: {x: 1, y: 1, z: 1}
  2019. transformModified: 1
  2020. - name: RightHand
  2021. position: {x: .245373696, y: .0216417722, z: .00555046508}
  2022. rotation: {x: .0127013, y: -.0259824898, z: .122789681, w: .992011189}
  2023. scale: {x: 1, y: 1, z: 1}
  2024. transformModified: 1
  2025. - name: r_wristProxy_geo
  2026. position: {x: -.566133142, y: -1.43767774, z: .0125446785}
  2027. rotation: {x: .000123997524, y: -.00563636655, z: .0219935421, w: .99974221}
  2028. scale: {x: 1, y: 1, z: 1}
  2029. transformModified: 1
  2030. - name: RightHandIndex1
  2031. position: {x: .0747694969, y: -.00124305359, z: .0343444981}
  2032. rotation: {x: -.02699917, y: .134703606, z: -.0601713099, w: .988688707}
  2033. scale: {x: 1, y: 1, z: 1}
  2034. transformModified: 1
  2035. - name: r_indexProxy_01_geo
  2036. position: {x: -.67848891, y: -1.41288495, z: -.134108156}
  2037. rotation: {x: .00037795541, y: -.085902825, z: .00438349554, w: .996293783}
  2038. scale: {x: 1, y: 1, z: 1}
  2039. transformModified: 1
  2040. - name: RightHandIndex2
  2041. position: {x: .0370584019, y: .00072612107, z: .0145388944}
  2042. rotation: {x: -.0803588703, y: .0230236072, z: .0437504686, w: .995539129}
  2043. scale: {x: 1, y: 1, z: 1}
  2044. transformModified: 1
  2045. - name: r_indexProxy_02_geo
  2046. position: {x: -.850647688, y: -1.33395886, z: -.171325743}
  2047. rotation: {x: -.00472124387, y: -.101354167, z: -.0462910496, w: .993761599}
  2048. scale: {x: 1, y: 1, z: 1}
  2049. transformModified: 1
  2050. - name: RightHandIndex3
  2051. position: {x: .0252250377, y: -.00496646529, z: .0110121462}
  2052. rotation: {x: .00857908092, y: .0126940263, z: -.174999744, w: .984449208}
  2053. scale: {x: 1, y: 1, z: 1}
  2054. transformModified: 1
  2055. - name: r_indexProxy_03_geo
  2056. position: {x: -.875872731, y: -1.32899249, z: -.182337865}
  2057. rotation: {x: -.00472124387, y: -.101354167, z: -.0462910496, w: .993761599}
  2058. scale: {x: 1, y: 1, z: 1}
  2059. transformModified: 1
  2060. - name: RightHandMiddle1
  2061. position: {x: .0756476447, y: .00479140272, z: .0118531818}
  2062. rotation: {x: -.013923469, y: .009041816, z: -.0464320742, w: .99878341}
  2063. scale: {x: 1, y: 1, z: 1}
  2064. transformModified: 1
  2065. - name: r_middleProxy_01_geo
  2066. position: {x: -.700037003, y: -1.41435838, z: -.0462522097}
  2067. rotation: {x: 4.18855452e-05, y: -.0389639921, z: .00107416383, w: .999239981}
  2068. scale: {x: 1, y: 1, z: 1}
  2069. transformModified: 1
  2070. - name: RightHandMiddle2
  2071. position: {x: .0438090637, y: .000194188149, z: .00645493623}
  2072. rotation: {x: -.0214091465, y: -.0445647128, z: .0864208117, w: .995031118}
  2073. scale: {x: 1, y: 1, z: 1}
  2074. transformModified: 1
  2075. - name: r_middleProxy_02_geo
  2076. position: {x: -.902008593, y: -1.32032251, z: -.013138772}
  2077. rotation: {x: -.000701564888, y: -.0125020016, z: -.056023661, w: .998350859}
  2078. scale: {x: 1, y: 1, z: 1}
  2079. transformModified: 1
  2080. - name: RightHandMiddle3
  2081. position: {x: .0330724716, y: -.00754753686, z: .00168984616}
  2082. rotation: {x: .00703561725, y: -.000809935213, z: -.282593161, w: .959213674}
  2083. scale: {x: 1, y: 1, z: 1}
  2084. transformModified: 1
  2085. - name: r_middleProxy_03_geo
  2086. position: {x: -.935081065, y: -1.3127749, z: -.0148286186}
  2087. rotation: {x: -.000701564888, y: -.0125020016, z: -.056023661, w: .998350859}
  2088. scale: {x: 1, y: 1, z: 1}
  2089. transformModified: 1
  2090. - name: RightHandPinky1
  2091. position: {x: .0668033436, y: -.00199410878, z: -.0307561457}
  2092. rotation: {x: -.0533695519, y: -.255002052, z: -.0125805456, w: .965384543}
  2093. scale: {x: 1, y: 1, z: 1}
  2094. transformModified: 1
  2095. - name: r_pinkyProxy_01_geo
  2096. position: {x: -.708490908, y: -1.39051926, z: .167834207}
  2097. rotation: {x: .000976056792, y: .0847904608, z: -.0114691779, w: .996332288}
  2098. scale: {x: 1, y: 1, z: 1}
  2099. transformModified: 1
  2100. - name: RightHandPinky2
  2101. position: {x: .0285308417, y: -.001397143, z: -.0116237961}
  2102. rotation: {x: .0333820693, y: .00105633517, z: -.0586925782, w: .997717202}
  2103. scale: {x: 1, y: 1, z: 1}
  2104. transformModified: 1
  2105. - name: r_pinkyProxy_02_geo
  2106. position: {x: -.718481421, y: -1.39699113, z: .193045571}
  2107. rotation: {x: .000580511522, y: .0944183841, z: -.00612070551, w: .995513558}
  2108. scale: {x: 1, y: 1, z: 1}
  2109. transformModified: 1
  2110. - name: RightHandPinky3
  2111. position: {x: .0214268602, y: -.000553508929, z: -.00851660781}
  2112. rotation: {x: -.0448535644, y: .000678764191, z: -.234266251, w: .971136928}
  2113. scale: {x: 1, y: 1, z: 1}
  2114. transformModified: 1
  2115. - name: r_pinkyProxy_03_geo
  2116. position: {x: -.739908278, y: -1.39643753, z: .201562166}
  2117. rotation: {x: .000580511522, y: .0944183841, z: -.00612070551, w: .995513558}
  2118. scale: {x: 1, y: 1, z: 1}
  2119. transformModified: 1
  2120. - name: RightHandRing1
  2121. position: {x: .0705984756, y: .00245709647, z: -.00982145779}
  2122. rotation: {x: -.0145358918, y: -.117996149, z: -.0257448889, w: .992573798}
  2123. scale: {x: 1, y: 1, z: 1}
  2124. transformModified: 1
  2125. - name: r_ringProxy_01_geo
  2126. position: {x: -.719976664, y: -1.39957821, z: .0522536784}
  2127. rotation: {x: .000123969745, y: .0157473143, z: -.00787121616, w: .999844968}
  2128. scale: {x: 1, y: 1, z: 1}
  2129. transformModified: 1
  2130. - name: RightHandRing2
  2131. position: {x: .0428871848, y: -.00137538207, z: -.00494585792}
  2132. rotation: {x: .022080658, y: -.0217018817, z: .0796142519, w: .996344805}
  2133. scale: {x: 1, y: 1, z: 1}
  2134. transformModified: 1
  2135. - name: r_ringProxy_02_geo
  2136. position: {x: -.909907341, y: -1.30544066, z: .0899852142}
  2137. rotation: {x: .00240248838, y: .0378382728, z: -.0633204356, w: .99727273}
  2138. scale: {x: 1, y: 1, z: 1}
  2139. transformModified: 1
  2140. - name: RightHandRing3
  2141. position: {x: .0295006037, y: -.00769293541, z: -.00462225592}
  2142. rotation: {x: -.0179279428, y: .00232575764, z: -.237860426, w: .971131086}
  2143. scale: {x: 1, y: 1, z: 1}
  2144. transformModified: 1
  2145. - name: r_ringProxy_03_geo
  2146. position: {x: -.939407945, y: -1.29774773, z: .094607465}
  2147. rotation: {x: .00240248838, y: .0378382728, z: -.0633204356, w: .99727273}
  2148. scale: {x: 1, y: 1, z: 1}
  2149. transformModified: 1
  2150. - name: RightHandThumb1
  2151. position: {x: .0146849155, y: -.0111049423, z: .0258580949}
  2152. rotation: {x: -.214292362, y: .0750333294, z: .223458514, w: .947900295}
  2153. scale: {x: 1, y: 1, z: 1}
  2154. transformModified: 1
  2155. - name: r_thumbProxy_01_geo
  2156. position: {x: -.64310205, y: -1.39964998, z: -.006062645}
  2157. rotation: {x: 1.89764271e-09, y: 1.26634801e-16, z: 1.04058686e-15, w: .99999994}
  2158. scale: {x: 1, y: 1, z: 1}
  2159. transformModified: 1
  2160. - name: RightHandThumb2
  2161. position: {x: .0163739994, y: -.00528999977, z: .0234913602}
  2162. rotation: {x: -.0301828571, y: -.0993542671, z: -.00668276986, w: .994571745}
  2163. scale: {x: 1, y: 1, z: 1}
  2164. transformModified: 1
  2165. - name: r_thumbProxy_02_geo
  2166. position: {x: -.659475982, y: -1.39436007, z: -.0295539852}
  2167. rotation: {x: 1.89764249e-09, y: 1.42085206e-08, z: -1.75474462e-08, w: .99999994}
  2168. scale: {x: 1, y: 1, z: 1}
  2169. transformModified: 1
  2170. - name: RightHandThumb3
  2171. position: {x: .0254599992, y: -.00763999997, z: .0208330005}
  2172. rotation: {x: .0482729301, y: .219708115, z: .0199370738, w: .974166512}
  2173. scale: {x: 1, y: 1, z: 1}
  2174. transformModified: 1
  2175. - name: r_thumbProxy_03_geo
  2176. position: {x: -.684936047, y: -1.38671994, z: -.0503868572}
  2177. rotation: {x: -3.65033941e-08, y: 2.97005407e-08, z: -3.37486235e-08, w: .99999994}
  2178. scale: {x: 1, y: 1, z: 1}
  2179. transformModified: 1
  2180. - name: spineProxy_geo
  2181. position: {x: -2.6469779e-25, y: -1.05605721, z: -.0157713313}
  2182. rotation: {x: 0, y: -0, z: -0, w: .99999994}
  2183. scale: {x: 1, y: 1, z: 1}
  2184. transformModified: 1
  2185. armTwist: .5
  2186. foreArmTwist: .5
  2187. upperLegTwist: .5
  2188. legTwist: .5
  2189. armStretch: .0500000007
  2190. legStretch: .0500000007
  2191. feetSpacing: 0
  2192. rootMotionBoneName:
  2193. lastHumanDescriptionAvatarSource: {instanceID: 0}
  2194. animationType: 3
  2195. additionalBone: 0
  2196. userData:
  2197. assetBundleName:
  2198. assetBundleVariant: