You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Completed timeline class Json methods, with all child properties... and refactored many unneeded properties away.
This commit is contained in:
@@ -296,7 +296,7 @@ void Keyframe::SetJsonValue(Json::Value root) {
|
||||
Points.clear();
|
||||
|
||||
if (root["Points"] != Json::nullValue)
|
||||
// loop through points, and find a matching coordinate
|
||||
// loop through points
|
||||
for (int x = 0; x < root["Points"].size(); x++) {
|
||||
// Get each point
|
||||
Json::Value existing_point = root["Points"][x];
|
||||
|
||||
Reference in New Issue
Block a user