You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Optimized keyframe JSON serialization, speeding up loading and saving large projects and complex keyframe scenarios.
This commit is contained in:
@@ -81,10 +81,6 @@ void Keyframe::AddPoint(Point p) {
|
||||
|
||||
// Set Handles (used for smooth curves).
|
||||
SetHandles(p);
|
||||
|
||||
// Check if it needs to be processed
|
||||
if (needs_update)
|
||||
Process();
|
||||
}
|
||||
|
||||
// Add a new point on the key-frame, with some defaults set (BEZIER, AUTO Handles, etc...)
|
||||
|
||||
Reference in New Issue
Block a user