Skip to content

Commit 3371fe7

Browse files
committed
Change Mask: From File to be more convenient transition
Changed simple keyframe Threshold defaults to 0 -> 100 -> 0 to make it more convenient when using this filter for a multi-track transition.
1 parent cdf4be7 commit 3371fe7

File tree

1 file changed

+4
-4
lines changed
  • src/qml/filters/mask_shape

1 file changed

+4
-4
lines changed

src/qml/filters/mask_shape/ui.qml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2023 Meltytech, LLC
2+
* Copyright (c) 2018-2026 Meltytech, LLC
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
@@ -25,9 +25,9 @@ Item {
2525
id: shapeRoot
2626

2727
property bool blockUpdate: true
28-
property double startValue: 50
29-
property double middleValue: 50
30-
property double endValue: 50
28+
property double startValue: 0
29+
property double middleValue: 100
30+
property double endValue: 0
3131
property int previousResourceComboIndex
3232
property string reverseProperty: filter.isAtLeastVersion(3) ? 'filter.invert_mask' : 'filter.reverse'
3333

0 commit comments

Comments
 (0)