Skip to main content
grafdeik
Participant
February 15, 2026
Question

Delete some effects from clips in effects control panel with Automation Blocks

  • February 15, 2026
  • 3 replies
  • 30 views
Sometimes I need to delete some effects from clips in the effects control panel. This takes a long time if there are a lot of clips. Is it possible to automate this using Automation Blocks? The same question applies to transitions between clips—sometimes I accidentally press CTRL+D, don't notice, and then end up doing wasted work.
 

3 replies

Mathias Moehl
Community Expert
Community Expert
July 1, 2026

Sorry for the delayed reply. Since the forum migration, I apparently stopped receiving notifications for some Automation Blocks questions, so I’m only catching up on them now.

Paul’s suggestions are the best practical solutions here: for transitions, Sequence > Simplify Sequence with Remove Transitions enabled is a good way to create a clean copy of the sequence without the unwanted transitions. For effects, Edit > Remove Attributes is usually the right built-in Premiere command to try.

Regarding Automation Blocks specifically: currently there is no dedicated block for removing applied effects or transitions from clips. Some effect parameters can be modified via scripting/custom code, but removing applied effects is not exposed cleanly enough in Premiere’s classic scripting API to make this a reliable Automation Blocks workflow.

So for now I’d recommend using Premiere’s built-in cleanup commands for this. I’ll keep it in mind as a feature request, though, because bulk cleanup tools like this would definitely be useful.

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Community Expert
February 16, 2026

To remove unwanted transitions, go to Sequence > Simplify Sequence and tick Remove Transitions. This will create a new copy of your sequence without transitions.

Community Expert
February 16, 2026

Would it be easier to just select all your clips and use Edit > Remove Attributes?