Skip to content
Semyon Gritsenko edited this page Apr 5, 2022 · 9 revisions

Welcome to the AnimationCutter wiki!

JSON generator.

To use animation cutter you will need:

  • Animation sequence
  • JSON settings preset file

Right click on the animation sequence you want to cut, then select existing JSON file to use with.

All settings for JSON you can find here:

Animation Sequence Settings
Files Generation Settings
Frames Settings
Out Path Settings

Example

Video demonstration

{
    "step": 5,
    "animationLength": 2,
    "threshold": 40
    "isRelative": true,
    "outPath": "WeaponAnimations",
    "animationType": "meshSpace",
    "basePoseType": "animationFrame",
    "generationType": "postfixes",
    "postfixes": [
      "First",
      "Second",
      "Third",
      "Fourth",
      "Fifth",
      "Sixth",
      "Seventh",
      "Eighth",
      "Ninth"
    ]
}

Clone this wiki locally