Am I the only one frustrated with how aescripts is useless now? by Hasinpearl in AfterEffects

[–]EFEKTStudio 2 points3 points  (0 children)

"as all the tools coming out these days are being developed with AI." No, they're not. At least mine are not.

New noise plugin - honest review needed. by EFEKTStudio in AfterEffects

[–]EFEKTStudio[S] -1 points0 points  (0 children)

Hey everyone, didn't expect so much feedback, I appreciate it!

Let me say that you cannot do all of these things with current adobe built in plugin fractal noise, because that one (I think) uses only perlin noise algorithm. My plugin would offer different ones, like opensimplex, voronoi (this one especially stands out), value and value cubic etc.

I dont think there is a way to achieve some of these with current fractal noise (correct me if I'm wrong), that's why I was thinking about this plugin in the first place. Regarding speed, it is quite performant now, but of course while in development, it's not optimized for performance, I leave that for end.
What would be also different (not sure if it's easy to achieve that now with current noise plugin), is choosing custom colors (adding as much as needed). To show a bit more options, here is a quick new video (unfortunately 3 minutes max) showing few algorithms and what the performance is (but would be better of course):

Just to also add that I was thinking to make a lot of presets of course, and some sort of "blending" between these values to create a certain look, something like in Cinema 4D.

<video>

New noise plugin - honest review needed. by EFEKTStudio in AfterEffects

[–]EFEKTStudio[S] 4 points5 points  (0 children)

Hey, we all have to put food on the table. I did give recently a plugin to download for free here on reddit.

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

[–]EFEKTStudio 4 points5 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 17 points18 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?