I'm trying to put one image onto another by means of composite transition. I want to adjust the opacity of the top image. It has the alpha channel, so the effect is what I need provided I can set the wipe file to None (Dissolve). As soon as I deselect the transition in the timeline, and select it back, the wipe file is reset to luma01.pgm. Reproducible: Always Steps to Reproduce: 1. add an image clip to video1 2. add an image clip to video2 right below the image 1 3. add a composite transition to video1 clip, adjust wipe file to None 4. select a clip in Video2 5. select back a Composite transition. 6. watch the wipe file reset to luma01.pgm Expected Results: wipe file stays as selected = None.
Created attachment 95298 [details] transition with None
Created attachment 95299 [details] transition switched back to luma01.pgm
When I select a particular wipe file (say luma13.pgm), it is remebered perfectly well.
Git commit 96705d706d1942b8260c0538a22ecbf4c1a8d4f1 by Jean-Baptiste Mardelle. Committed on 06/11/2015 at 18:54. Pushed by mardelle into branch 'master'. Fix luma not remembered M +2 -2 src/effectslist/initeffects.cpp http://commits.kde.org/kdenlive/96705d706d1942b8260c0538a22ecbf4c1a8d4f1
I tested and I can confirm the fix works for me. Thanks.