mirParticle, a new feature added to mirAI.
Things like this can be created really easily.
The UI is a bit complex and a little hard to understand, but it looks like the mirAI team is still making further adjustments and improvements. ✨
#AfterEffects#aescripts#expressions #automation #plugin #mirAI #particle
mirParticle is now available in the latest mirAI update✨
You can create smooth line animations and shape morphing with real-time particle motion directly inside After Effects.
The preview workflow feels super buttery smooth—give it a try and see how it feels! 🙌
(Just don't go too crazy with the particle count! 😳)
@aescripts
#AfterEffects #mirAI #aescripts #particles #motiongraphics #plugin
After using it for a while, I realized the best part: even if your footage is longer than the current comp duration, a single click automatically extends the composition to fit it.
No more opening Comp Settings just to adjust the duration.
It's a small thing, but it's surprisingly helpful. ✨
【Free Ae Script 🎁】
Instantly resize your composition to match the longest layer — mirAI turns tedious tasks into one-click solutionsTired of manually adjusting your composition duration to match the longest layer in After Effects?
This script, written by mirAI, automatically detects the layer with the latest outPoint and perfectly sets your comp.duration to match it.
It’s a perfect example of how mirAI can handle those small, repetitive, yet surprisingly time-consuming tasks and make your workflow much smoother.
🚀 For mirAI Script Runner:Just paste the code below straight into mirAI—no need to save a file! It works instantly.
🔧 Manual Setup:
Paste the code into a text editor, save as .jsx, then go to File > Scripts > Run Script File...
👇 Copy from here 👇
(function () {
var comp = app.project.activeItem;
if (!comp || !(comp instanceof CompItem)) {
alert("Please select a composition.");
return;
}
var maxOut = 0;
for (var i = 1; i <= comp.numLayers; i++) {
var lyr = comp.layer(i);
if (lyr.outPoint > maxOut) {
maxOut = lyr.outPoint;
}
}
if (maxOut > 0) {
comp.duration = maxOut;
}
})();
mirAI excels at automating exactly these kinds of small, boring tasks that eat up your time.
#AfterEffects #aescripts #expressions #automation #plugin #mirAI
No coding required. Create custom After Effects panels with one click. ⚡️
Simply describe the functions you need, and mirAI will instantly create your own personalized panel. Optimize your workflow in an instant!✨
@aescripts#AfterEffects#aescripts#expressions#automation #plugin #mirAI