You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Added dropdown choices into JSON properties, so a UI can correctly list the options for certain properties. Fixed a bug when deleting all Points from a Keyframe, and added some missing Enums from the Python/Ruby bindings.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
using namespace openshot;
|
||||
|
||||
/// Blank constructor, useful when using Json to load the effect properties
|
||||
ChromaKey::ChromaKey() : fuzz(0.0) {
|
||||
ChromaKey::ChromaKey() : fuzz(5.0) {
|
||||
// Init default color
|
||||
color = Color();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user