Removed unneeded Json from Keyframes, Points, and Coordinates... and also optimized a Keyframe with 1 point to use CONSTANT interpolation mode.

This commit is contained in:
Jonathan Thomas
2014-01-05 23:28:21 -06:00
parent e2f5ca8a69
commit 75db2917f1
4 changed files with 13 additions and 10 deletions

View File

@@ -257,7 +257,7 @@ Json::Value Keyframe::JsonValue() {
Point existing_point = Points[x];
root["Points"].append(existing_point.JsonValue());
}
root["Auto_Handle_Percentage"] = Auto_Handle_Percentage;
//root["Auto_Handle_Percentage"] = Auto_Handle_Percentage;
// return JsonValue
return root;