-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Semyon Gritsenko edited this page Apr 5, 2022
·
9 revisions
Welcome to the AnimationCutter wiki!
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
{
"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"
]
}