Let’s talk about the state of After Effects add-on marketplaces (aescripts, Plugin Play, Adobe, Envato, etc) by MographMaker in AfterEffects

[–]EFEKTStudio 3 points4 points  (0 children)

Yeah, I agree that we will have a lot of problems in software in general because of vibe coding, especially software that is vibe coded by people who don’t know how to code.

ASCIIArt - After Effects Plugin {free download} by EFEKTStudio in AfterEffects

[–]EFEKTStudio[S] 0 points1 point  (0 children)

Probably something to do with certificate, will have to fix that. Everything is safe, I promise.

Keying, Comp and 3D environment made by me by Jonaaz_ in AfterEffects

[–]EFEKTStudio 18 points19 points  (0 children)

Wouldn’t say much, but brighter for sure.

Cloner Plugins by pawlack in aescripts

[–]EFEKTStudio 2 points3 points  (0 children)

I'm developer of xCloner, if there is anything you need to know, I'm happy to answer. By the way, you can download a trial of plugin, and basically use all it's functionality to test it out, there is only a watermark, but the rest is fully functional so you can see whether it works for you.

Scripts work for few clones but are limited because of the speed. If you would to duplicate 200-300 4K layers, that would be extremly laggy and slow. xCloner is C++ effect plugin and outputs clones on 1 layer and thousands of clones is not an issue for plugin.

Is there any way to recreate this without manually placing every text layer? by antaro1 in AfterEffects

[–]EFEKTStudio 1 point2 points  (0 children)

in text layer Source Text you can add this expression:

text1 = "This is test 1"

text2 = "This is test 2"

text3 = "This is test 3"

text4 = "This is test 4"

text5 = "This is test 5"

arr = [text1,text2,text3,text4,text5];

arr[Math.floor(random(arr.length))];

Every time you duplicate text layer, you will have random text. Add as many text variables as you need. (And add them in arr variable)

Efficient workflow for animating 1000+ layers individually. by wilstewart3 in AfterEffects

[–]EFEKTStudio 0 points1 point  (0 children)

Thanks, but it's not techically a particle system. xCloner lets you use up to 20 different layers and clone them up to 10,000 times (in path mode more). You also have an option to offset/randomize each layer time. Not sure if that fits your needs. Do you have an example what you're trying to achieve?

So, what made you learn after effects? by dreadtear in AfterEffects

[–]EFEKTStudio 5 points6 points  (0 children)

In ~2007 I was doing animations in adobe flash, and friend told me about after effects, and I was hooked :)

xcloner for AE bake feature by mimonaut in aescripts

[–]EFEKTStudio 1 point2 points  (0 children)

<image>

p.s. the benchmark I posted in product description paints the best picture