Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. {
  2. "joints": {
  3. "door": {"0": [1.0]},
  4. "handle": {"1": [1.0]}
  5. },
  6. "clips": {
  7. "closed": {
  8. "loop": false,
  9. "joint_clips": { },
  10. "events": {}
  11. },
  12. "open": {
  13. "loop": true,
  14. "joint_clips": {
  15. "door": [
  16. {
  17. "variable": "origin_x",
  18. "type": "uniform",
  19. "interpolation": "nearest",
  20. "samples": [ 0 ]
  21. },
  22. {
  23. "variable": "origin_z",
  24. "type": "uniform",
  25. "interpolation": "nearest",
  26. "samples": [ 0.625 ]
  27. },
  28. {
  29. "variable": "axis_y",
  30. "type": "uniform",
  31. "interpolation": "nearest",
  32. "samples": [ 1 ]
  33. },
  34. {
  35. "variable": "angle",
  36. "type": "uniform",
  37. "interpolation": "nearest",
  38. "samples": [ -90, 0, 0 ]
  39. }
  40. ],
  41. "handle": [
  42. {
  43. "variable": "origin_x",
  44. "type": "uniform",
  45. "interpolation": "nearest",
  46. "samples": [ 0 ]
  47. },
  48. {
  49. "variable": "origin_z",
  50. "type": "uniform",
  51. "interpolation": "nearest",
  52. "samples": [ 0.625 ]
  53. },
  54. {
  55. "variable": "axis_y",
  56. "type": "uniform",
  57. "interpolation": "nearest",
  58. "samples": [ 1 ]
  59. },
  60. {
  61. "variable": "angle",
  62. "type": "uniform",
  63. "interpolation": "nearest",
  64. "samples": [ -90, 0, 0 ]
  65. }
  66. ]
  67. },
  68. "events": {}
  69. }
  70. }
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement