Bug 354806

Summary: kdenlive-15.08.1 Composite transition doesn't remember empty wipe file setting
Product: [Applications] kdenlive Reporter: Anton Gubarkov <anton.gubarkov>
Component: Video Effects & TransitionsAssignee: Vincent PINON <vpinon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In: 15.12.0
Sentry Crash Report:
Attachments: transition with None
transition switched back to luma01.pgm

Description Anton Gubarkov 2015-11-03 20:49:12 UTC
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.
Comment 1 Anton Gubarkov 2015-11-03 20:50:28 UTC
Created attachment 95298 [details]
transition with None
Comment 2 Anton Gubarkov 2015-11-03 20:52:43 UTC
Created attachment 95299 [details]
transition switched back to luma01.pgm
Comment 3 Anton Gubarkov 2015-11-03 20:53:23 UTC
When  I select a particular wipe file (say luma13.pgm), it is remebered perfectly well.
Comment 4 Jean-Baptiste Mardelle 2015-11-06 18:54:21 UTC
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
Comment 5 Anton Gubarkov 2015-11-07 10:06:39 UTC
I tested and I can confirm the fix works for me. Thanks.