Hi,
My animator recently noticed some of his animations were mysteriously slowed down. by a 33% factor.
Indeed, looking at the JSON export of the animations when comparing the same keyframe before and after the problem appeared, we can see that the time value for the same keyframe is different:
Before
"torso": {
"translate": [
{},
{ "time": 0.675, "x": 10.35, "y": -0.22 },
{ "time": 2 }
]
},
After
"torso": {
"translate": [
{},
{ "time": 0.9, "x": 10.35, "y": -0.22 },
{ "time": 2.6667 }
]
},
Now when looking at the start of the .json document, I noticed that there's an extra line for the "before" version:
{
"skeleton": {
"hash": "o/rwqhErUEn3Y/z634JT7JVPPdQ",
"spine": "3.8.99",
"x": -596.27,
"y": -16.32,
"width": 1046.63,
"height": 2503.83,
"fps": 40, <
---
This line here
"images": "./images/",
"audio": "D:/Asfalia/Box Sync/Asfalia/01_SPINE/03_RIG/03_CHARLIE_Antoine"
},
My animator told me he's always worked in 30fps and has no idea where that value comes from.
Any idea what setting is impacting this?