Advertisement
Guest User

Untitled

a guest
Aug 9th, 2015
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.67 KB | None | 0 0
  1. /*
  2. ==============================================================================
  3.  
  4. Twin Tails
  5.  
  6. ==============================================================================
  7. */
  8.  
  9. /*==================
  10. Twin Tails - Left
  11. ==================*/
  12.  
  13. $jigglebone "Miku.TTL01" {
  14. is_flexible {
  15. yaw_stiffness 50
  16. yaw_damping 7
  17. pitch_stiffness 50
  18. pitch_damping 7
  19. length 30
  20. tip_mass 0
  21. angle_constraint 50
  22. }
  23. }
  24.  
  25. $jigglebone "Miku.TTL02" {
  26. is_flexible {
  27. yaw_stiffness 50
  28. yaw_damping 7
  29. pitch_stiffness 50
  30. pitch_damping 7
  31. length 35
  32. tip_mass 0
  33. angle_constraint 50
  34. }
  35. }
  36.  
  37. $jigglebone "Miku.TTL03" {
  38. is_flexible {
  39. yaw_stiffness 50
  40. yaw_damping 7
  41. pitch_stiffness 50
  42. pitch_damping 7
  43. length 40
  44. tip_mass 0
  45. angle_constraint 55
  46. }
  47. }
  48.  
  49. $jigglebone "Miku.TTL04" {
  50. is_flexible {
  51. yaw_stiffness 50
  52. yaw_damping 7
  53. pitch_stiffness 50
  54. pitch_damping 7
  55. length 45
  56. tip_mass 0
  57. angle_constraint 60
  58. }
  59. }
  60.  
  61. $jigglebone "Miku.TTL05" {
  62. is_flexible {
  63. yaw_stiffness 50
  64. yaw_damping 7
  65. pitch_stiffness 50
  66. pitch_damping 7
  67. length 50
  68. tip_mass 0
  69. angle_constraint 60
  70. }
  71. }
  72.  
  73. $jigglebone "Miku.TTL06" {
  74. is_flexible {
  75. yaw_stiffness 50
  76. yaw_damping 7
  77. pitch_stiffness 50
  78. pitch_damping 7
  79. length 50
  80. tip_mass 0
  81. angle_constraint 60
  82. }
  83. }
  84.  
  85. /*==================
  86. Twin Tails - Right
  87. ==================*/
  88.  
  89. $jigglebone "Miku.TTR01" {
  90. is_flexible {
  91. yaw_stiffness 50
  92. yaw_damping 7
  93. pitch_stiffness 50
  94. pitch_damping 7
  95. length 30
  96. tip_mass 0
  97. angle_constraint 50
  98. }
  99. }
  100.  
  101. $jigglebone "Miku.TTR02" {
  102. is_flexible {
  103. yaw_stiffness 50
  104. yaw_damping 7
  105. pitch_stiffness 50
  106. pitch_damping 7
  107. length 35
  108. tip_mass 0
  109. angle_constraint 50
  110. }
  111. }
  112.  
  113. $jigglebone "Miku.TTR03" {
  114. is_flexible {
  115. yaw_stiffness 50
  116. yaw_damping 7
  117. pitch_stiffness 50
  118. pitch_damping 7
  119. length 40
  120. tip_mass 0
  121. angle_constraint 55
  122. }
  123. }
  124.  
  125. $jigglebone "Miku.TTR04" {
  126. is_flexible {
  127. yaw_stiffness 50
  128. yaw_damping 7
  129. pitch_stiffness 50
  130. pitch_damping 7
  131. length 45
  132. tip_mass 0
  133. angle_constraint 60
  134. }
  135. }
  136.  
  137. $jigglebone "Miku.TTR05" {
  138. is_flexible {
  139. yaw_stiffness 50
  140. yaw_damping 7
  141. pitch_stiffness 50
  142. pitch_damping 7
  143. length 50
  144. tip_mass 0
  145. angle_constraint 60
  146. }
  147. }
  148.  
  149. $jigglebone "Miku.TTR06" {
  150. is_flexible {
  151. yaw_stiffness 50
  152. yaw_damping 7
  153. pitch_stiffness 50
  154. pitch_damping 7
  155. length 50
  156. tip_mass 0
  157. angle_constraint 60
  158. }
  159. }
  160.  
  161. /*
  162. ==============================================================================
  163.  
  164. Bangs
  165.  
  166. ==============================================================================
  167. */
  168.  
  169. $jigglebone "Miku.Bang01" {
  170. is_flexible {
  171. yaw_stiffness 50
  172. yaw_damping 8
  173. pitch_stiffness 50
  174. pitch_damping 8
  175. pitch_constraint -28 2
  176. length 25
  177. tip_mass 0
  178. angle_constraint 28
  179. }
  180. }
  181.  
  182. $jigglebone "Miku.Bang01b" {
  183. is_flexible {
  184. yaw_stiffness 50
  185. yaw_damping 8
  186. pitch_stiffness 50
  187. pitch_damping 8
  188. pitch_constraint -30 4
  189. length 25
  190. tip_mass 0
  191. angle_constraint 30
  192. }
  193. }
  194.  
  195. $jigglebone "Miku.Bang02" {
  196. is_flexible {
  197. yaw_stiffness 50
  198. yaw_damping 8
  199. pitch_stiffness 50
  200. pitch_damping 8
  201. pitch_constraint -28 2
  202. length 25
  203. tip_mass 0
  204. angle_constraint 28
  205. }
  206. }
  207.  
  208. $jigglebone "Miku.Bang02b" {
  209. is_flexible {
  210. yaw_stiffness 50
  211. yaw_damping 8
  212. pitch_stiffness 50
  213. pitch_damping 8
  214. pitch_constraint -30 4
  215. length 25
  216. tip_mass 0
  217. angle_constraint 30
  218. }
  219. }
  220.  
  221. $jigglebone "Miku.Bang03" {
  222. is_flexible {
  223. yaw_stiffness 50
  224. yaw_damping 8
  225. pitch_stiffness 50
  226. pitch_damping 8
  227. pitch_constraint -28 2
  228. length 25
  229. tip_mass 0
  230. angle_constraint 28
  231. }
  232. }
  233.  
  234. $jigglebone "Miku.Bang03b" {
  235. is_flexible {
  236. yaw_stiffness 50
  237. yaw_damping 8
  238. pitch_stiffness 50
  239. pitch_damping 8
  240. pitch_constraint -30 4
  241. length 25
  242. tip_mass 0
  243. angle_constraint 30
  244. }
  245. }
  246.  
  247. $jigglebone "Miku.Bang04" {
  248. is_flexible {
  249. yaw_stiffness 50
  250. yaw_damping 8
  251. pitch_stiffness 50
  252. pitch_damping 8
  253. pitch_constraint -28 2
  254. length 25
  255. tip_mass 0
  256. angle_constraint 28
  257. }
  258. }
  259.  
  260. $jigglebone "Miku.Bang04b" {
  261. is_flexible {
  262. yaw_stiffness 50
  263. yaw_damping 8
  264. pitch_stiffness 50
  265. pitch_damping 8
  266. pitch_constraint -30 4
  267. length 25
  268. tip_mass 0
  269. angle_constraint 30
  270. }
  271. }
  272.  
  273. $jigglebone "Miku.Bang05" {
  274. is_flexible {
  275. yaw_stiffness 50
  276. yaw_damping 8
  277. pitch_stiffness 50
  278. pitch_damping 8
  279. pitch_constraint -28 2
  280. length 25
  281. tip_mass 0
  282. angle_constraint 28
  283. }
  284. }
  285.  
  286. $jigglebone "Miku.Bang05b" {
  287. is_flexible {
  288. yaw_stiffness 50
  289. yaw_damping 8
  290. pitch_stiffness 50
  291. pitch_damping 8
  292. pitch_constraint -30 4
  293. length 25
  294. tip_mass 0
  295. angle_constraint 30
  296. }
  297. }
  298.  
  299. $jigglebone "Miku.Bang06" {
  300. is_flexible {
  301. yaw_stiffness 50
  302. yaw_damping 8
  303. pitch_stiffness 50
  304. pitch_damping 8
  305. pitch_constraint -28 2
  306. length 25
  307. tip_mass 0
  308. angle_constraint 28
  309. }
  310. }
  311.  
  312. $jigglebone "Miku.Bang07" {
  313. is_flexible {
  314. yaw_stiffness 50
  315. yaw_damping 8
  316. pitch_stiffness 50
  317. pitch_damping 8
  318. pitch_constraint -28 2
  319. length 25
  320. tip_mass 0
  321. angle_constraint 28
  322. }
  323. }
  324.  
  325. $jigglebone "Miku.Bang08" {
  326. is_flexible {
  327. yaw_stiffness 50
  328. yaw_damping 8
  329. pitch_stiffness 50
  330. pitch_damping 8
  331. pitch_constraint -28 2
  332. length 25
  333. tip_mass 0
  334. angle_constraint 28
  335. }
  336. }
  337.  
  338. $jigglebone "Miku.Bang09" {
  339. is_flexible {
  340. yaw_stiffness 50
  341. yaw_damping 8
  342. pitch_stiffness 50
  343. pitch_damping 8
  344. pitch_constraint -28 2
  345. length 25
  346. tip_mass 0
  347. angle_constraint 28
  348. }
  349. }
  350.  
  351. $jigglebone "Miku.Bang10" {
  352. is_flexible {
  353. yaw_stiffness 50
  354. yaw_damping 8
  355. pitch_stiffness 50
  356. pitch_damping 8
  357. pitch_constraint -28 2
  358. length 25
  359. tip_mass 0
  360. angle_constraint 28
  361. }
  362. }
  363.  
  364. $jigglebone "Miku.Bang10b" {
  365. is_flexible {
  366. yaw_stiffness 50
  367. yaw_damping 8
  368. pitch_stiffness 50
  369. pitch_damping 8
  370. pitch_constraint -30 4
  371. length 25
  372. tip_mass 0
  373. angle_constraint 30
  374. }
  375. }
  376.  
  377. $jigglebone "Miku.Bang11" {
  378. is_flexible {
  379. yaw_stiffness 50
  380. yaw_damping 8
  381. pitch_stiffness 50
  382. pitch_damping 8
  383. pitch_constraint -28 2
  384. length 25
  385. tip_mass 0
  386. angle_constraint 28
  387. }
  388. }
  389.  
  390. $jigglebone "Miku.Bang11b" {
  391. is_flexible {
  392. yaw_stiffness 50
  393. yaw_damping 8
  394. pitch_stiffness 50
  395. pitch_damping 8
  396. pitch_constraint -30 4
  397. length 25
  398. tip_mass 0
  399. angle_constraint 30
  400. }
  401. }
  402.  
  403. $jigglebone "Miku.Bang12" {
  404. is_flexible {
  405. yaw_stiffness 50
  406. yaw_damping 8
  407. pitch_stiffness 50
  408. pitch_damping 8
  409. pitch_constraint -28 2
  410. length 25
  411. tip_mass 0
  412. angle_constraint 28
  413. }
  414. }
  415.  
  416. $jigglebone "Miku.Bang12b" {
  417. is_flexible {
  418. yaw_stiffness 50
  419. yaw_damping 8
  420. pitch_stiffness 50
  421. pitch_damping 8
  422. pitch_constraint -30 4
  423. length 25
  424. tip_mass 0
  425. angle_constraint 30
  426. }
  427. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement