Clear effects button
Closed, ResolvedPublic

Description

https://bugs.kde.org/show_bug.cgi?id=399359

Add a button to main menu and the context menu to clear all effects from an active clip.

clintmoyer triaged this task as Wishlist priority.
clintmoyer added a comment.EditedOct 4 2018, 8:17 AM

Clearing Effects

All effects can be cleared using Clip::deleteEffects().

https://cgit.kde.org/kdenlive.git/tree/src/timeline/clip.cpp?h=v18.08.1#n124

Menu Items

Triggers

We add an action during initialization of the main window. A slot function calls the right method to clear effects. A Timeline can be returned with ProjectManager::currentTimeline(). With the timeline we can obtain the CustomTrackView using Timeline::projectView(). Use the CustomTrackView::getMainActiveClip() method to get our clip. Then clear the effects.

clintmoyer renamed this task from Expand/collapse effects list with Ctrl-click to Clear effects button.Oct 7 2018, 7:28 AM
clintmoyer updated the task description. (Show Details)

I have stopped working on this.

jlskuz closed this task as Resolved.Nov 12 2023, 2:59 PM
jlskuz added a subscriber: jlskuz.

Implemented the action is called "Delete Effects"