This looks exactly like the issue reported here: https://forum.kde.org/viewtopic.php?f=270&t=128121 I am also able to add GPU effects in the same way as described in the link. Reproducible: Always Steps to Reproduce: 1. Enable Movit 2. Put clip on timeline 3. Right-click on the clip 4. Add GPU effect. Actual Results: The error sound souds, but no error message is displayed. No effect is added to the clip If started from a terminal, the error message looks a little like this: "Cannot find effect movit.blur / movit.blur" Expected Results: The effect to be added to the clip. The error message to actually appear in a popup. This is the first time I am actually able to use movit, so I am not complaining... Great steps have already been made into making this a usable feature!
Git commit 5043987f7e4c53104a3bcf3f612b90cbc0667df8 by Jean-Baptiste Mardelle. Committed on 08/06/2016 at 22:33. Pushed by mardelle into branch 'master'. Fix adding Movit GPU effect through timeline context menu M +8 -0 src/effectslist/effectslist.h M +19 -19 src/effectslist/effectslistview.cpp M +29 -29 src/effectslist/effectslistwidget.cpp M +0 -8 src/effectslist/effectslistwidget.h M +20 -9 src/mainwindow.cpp http://commits.kde.org/kdenlive/5043987f7e4c53104a3bcf3f612b90cbc0667df8
This is fixed, as well. Thanks Very Much!