Bug 354806 - kdenlive-15.08.1 Composite transition doesn't remember empty wipe file setting
Summary: kdenlive-15.08.1 Composite transition doesn't remember empty wipe file setting
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: Video Effects & Transitions (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Vincent PINON
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-03 20:49 UTC by Anton Gubarkov
Modified: 2015-12-14 21:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 15.12.0
Sentry Crash Report:


Attachments
transition with None (1.35 MB, image/png)
2015-11-03 20:50 UTC, Anton Gubarkov
Details
transition switched back to luma01.pgm (1.34 MB, image/png)
2015-11-03 20:52 UTC, Anton Gubarkov
Details

Note You need to log in before you can comment on or make changes to this bug.
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.