Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
f4f92def
Commit
f4f92def
authored
Oct 13, 2020
by
Jean-Baptiste Mardelle
Browse files
qtcrop effect: make radius animated.
Related to
#806
parent
a1555032
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/effects/qtcrop.xml
View file @
f4f92def
...
...
@@ -6,12 +6,12 @@
<parameter
type=
"animatedrect"
name=
"rect"
default=
"0 0 %width %height"
opacity=
"false"
>
<name>
Rectangle
</name>
</parameter>
<parameter
type=
"animated"
name=
"radius"
default=
"0"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Radius
</name>
</parameter>
<parameter
type=
"bool"
name=
"circle"
default=
"0"
>
<name>
Circle
</name>
</parameter>
<parameter
type=
"constant"
name=
"radius"
default=
"0"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Radius
</name>
</parameter>
<parameter
type=
"color"
name=
"color"
default=
"0x00000000"
alpha=
"1"
>
<name>
Padding Color
</name>
</parameter>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment