face_slider_limits.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /*
  2. This file contains the upper limit for face blend values.
  3. The values must be a real number that is greater than or equal to 1 otherwise they will be ignored.
  4. The default limit for the majority, if not all, of the blend values used in studio mode is 1 so setting a limit
  5. below that doesn't really make sense.
  6. */
  7. {
  8. // Eye Shut
  9. "eyeclose": 1,
  10. // Eye Smile
  11. "eyeclose2": 1,
  12. // Glare
  13. "eyeclose3": 1,
  14. // Wide Eyes
  15. "eyebig": 1,
  16. // Wink 1
  17. "eyeclose6": 1,
  18. // Wink 2
  19. "eyeclose5": 1,
  20. // Highlight
  21. "hitomih": 2,
  22. // Pupil Size
  23. "hitomis": 3,
  24. // Brow 1
  25. "mayuha": 1,
  26. // Brow 2
  27. "mayuw": 1,
  28. // Brow Up
  29. "mayuup": 1,
  30. // Brow Down 1
  31. "mayuv": 1,
  32. // Brow Down 2
  33. "mayuvhalf": 1,
  34. // Mouth Open 1
  35. "moutha": 1,
  36. // Mouth Open 2
  37. "mouths": 1,
  38. // Mouth Narrow
  39. "mouthc": 1,
  40. // Mouth Widen
  41. "mouthi": 1,
  42. // Smile
  43. "mouthup": 1.4,
  44. // Frown
  45. "mouthdw": 1,
  46. // Mouth Pucker
  47. "mouthhe": 1,
  48. // Grin
  49. "mouthuphalf": 2,
  50. // Tongue Out
  51. "tangout": 1,
  52. // Tongue Up
  53. "tangup": 1,
  54. // Tongue Base
  55. "tangopen": 1
  56. }
  57. /*
  58. These are alternative limits that further expand the range of the sliders.
  59. These limits expand the expressiveness of the GP-01 FB face that couldn't be achieved with the default limits.
  60. Since these limits would be way too much for non GP-01 FB faces, they aren't the default.
  61. {
  62. // Eye Shut
  63. "eyeclose": 1,
  64. // Eye Smile
  65. "eyeclose2": 1,
  66. // Glare
  67. "eyeclose3": 3.5,
  68. // Wide Eyes
  69. "eyebig": 4,
  70. // Wink 1
  71. "eyeclose6": 1,
  72. // Wink 2
  73. "eyeclose5": 1,
  74. // Highlight
  75. "hitomih": 2,
  76. // Pupil Size
  77. "hitomis": 3,
  78. // Brow 1
  79. "mayuha": 3,
  80. // Brow 2
  81. "mayuw": 2,
  82. // Brow Up
  83. "mayuup": 2,
  84. // Brow Down 1
  85. "mayuv": 2,
  86. // Brow Down 2
  87. "mayuvhalf": 2,
  88. // Mouth Open 1
  89. "moutha": 1.2,
  90. // Mouth Open 2
  91. "mouths": 1,
  92. // Mouth Narrow
  93. "mouthc": 1.2,
  94. // Mouth Widen
  95. "mouthi": 1.5,
  96. // Smile
  97. "mouthup": 1.5,
  98. // Frown
  99. "mouthdw": 1.5,
  100. // Mouth Pucker
  101. "mouthhe": 1.5,
  102. // Grin
  103. "mouthuphalf": 2,
  104. // Tongue Out
  105. "tangout": 2,
  106. // Tongue Up
  107. "tangup": 2,
  108. // Tongue Base
  109. "tangopen": 2
  110. }
  111. */