Skip to main content
Participant
May 20, 2020
Question

Mass delete properties from a Essential Graphics template/panel?

  • May 20, 2020
  • 2 replies
  • 4206 views

Hi everyone! Is there a quick, easy way to delete all (or several) of the properties on a essential graphics panel/template in AE 2020? I can go through and select them one by one and delete them, but that gets really old when you have to do it a ton (and have 50ish controls in the panel). Built in UI method woudl be fine, but if there is a way to do it through code, that would work too.

This topic has been closed for replies.

2 replies

Roland Kahlenberg
Legend
May 20, 2020

My Bad. Deleting multiple EGP props in the Timeline works as expected (ie no side effects) only with Expression Controls AND these do not affect other active Expressions.

Looks like you are trying to delete at least one inherent property (an inherent property is a property that exists when a layer is created) and this will delete the Layer.

 

Looks like you'll have to do the deletes one at a time since there is no multiple selection capability within the EGP.

Very Advanced After Effects Training | Adaptive & Responsive Toolkits | Intelligent Design Assets (IDAs) | MoGraph Design System DEV
exc_cbAuthor
Participant
May 20, 2020

Could it be done with a script that combs through a EGP template and deletes them that way? I know there is a function to add controls to the panel, but couldn't tell if there was one to delete them?

Roland Kahlenberg
Legend
May 20, 2020

I'm not familiar with writing scripts. There's a Script at aescripts which assists with developing MoGRTs but I have no idea what features it has.

Very Advanced After Effects Training | Adaptive & Responsive Toolkits | Intelligent Design Assets (IDAs) | MoGraph Design System DEV
Roland Kahlenberg
Legend
May 20, 2020

Delete the properties in the Timeline - CTRL+Click to select multiple props and then hit the Delete Key.

HTH

Very Advanced After Effects Training | Adaptive & Responsive Toolkits | Intelligent Design Assets (IDAs) | MoGraph Design System DEV
exc_cbAuthor
Participant
May 20, 2020

I tried that. I can select multiple in the timeline (which I can't do in Essential Graphics Panel), but when I hit delete on the keyboard it deletes the whole comp, not the controllers.