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:
Jonathan Thomas
2015-10-02 18:22:10 -05:00
parent ac7be90544
commit 358e0835d2
11 changed files with 61 additions and 13 deletions

View File

@@ -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();