Aescripts ci-layer-stripper v1.5.2 Free Download

Aescripts ci-layer-stripper v1.5.2 Free Download

Layer Stripper examines all compositions in your project and removes layers which are invisible and not referenced by other layers as parents, effect layers, track mattes and even in simple expressions**.

Optionally you can also remove:

  • guide layers
  • unreferenced visible nulls
  • locked unreferenced layers (watch out for plug-ins like Trapcode Particular though!)
  • disabled effects – new!

Use it to keep your projects clean, and possibly remove unnecessary media on collect or Trim N Collect.

Important note regarding expressions

** The script understands the following expressions:

  • thisComp.layer(index) or .layer(‘name’) or .layer(“name”)
  • comp(“name”).layer(index) or .layer(‘name’) or .layer(“name”)
  • comp(‘name’).layer(index)  or .layer(‘name’) or .layer(“name”)

The script does not understand referencing by variable, for example:

var c = thisComp;
c.layer('myLayer');
}

or:

for (var i = 1; i = thisComp.numLayers; i++) 
{
   a = thisComp.layer(i);
}

If you are using such expressions, at this moment you need to be careful with this tool.

After Effects 2020, CC 2019, CC 2018, CC 2017, CC 2015.3, CC 2015, CC 2014, CC, CS6

1.5.2  (Current version)  –  Jan 29, 2021

– fixed error when scanning for disabled effects

Leave a Reply

Your email address will not be published. Required fields are marked *