Hello,
Upgrading to 4.2 from 4.1 and I am noticing an issue with the 'bendDirection' in IKConstraintTimelines not using the proper value when exporting to binary, exporting to JSON seems to work correctly.
For example when exporting to JSON I get these values:
"IK_AnkleR": [
{
"softness": 5,
"stretch": true,
"curve": "stepped"
},
{
"time": 0.0667,
"softness": 5,
"stretch": true,
"curve": "stepped"
},
{
"time": 0.9667,
"softness": 5,
"bendPositive": false,
"stretch": true
}
]
Notice that at "time": 0.9667 that "bendPositive" is false, but when I use the exported binary I am getting a value of '1' for the 'bendDirection'.