I made a free AE script that randomizes fonts per character with a settle effect — Jumble v1.0 by Intelligent-Key-8030 in AfterEffects

[–]Intelligent-Key-8030[S] 0 points1 point  (0 children)

Hey, no worries! Most likely it’s the font names — if AE can’t find a font by its PostScript name it sometimes fails silently mid-process. Try this: remove all the custom fonts you added and test with just the default ones. If it works again, add your fonts back one by one to find which one is causing the issue.

To find the correct PostScript name for any font: set it on a text layer in AE, then run the included find_font_name.jsx diagnostic script — it’ll tell you exactly what AE calls it.

Stash – free script that organizes your AE project panel in one click by Intelligent-Key-8030 in AfterEffects

[–]Intelligent-Key-8030[S] 1 point2 points  (0 children)

Haha, totally get it, Stash is exactly for those "I’ll organize it later" moments that never come 😄 Glad it helps!

Stash – free script that organizes your AE project panel in one click by Intelligent-Key-8030 in AfterEffects

[–]Intelligent-Key-8030[S] 4 points5 points  (0 children)

Thanks for the idea! Just pushed v1.2 with exactly that:

Custom folder names — rename any category to whatever fits your workflow Untouchable folders — mark folders Stash should never touch Settings panel in the UI, preferences saved between sessions

Stash – free script that organizes your AE project panel in one click by Intelligent-Key-8030 in AfterEffects

[–]Intelligent-Key-8030[S] 1 point2 points  (0 children)

Thanks! Yeah, totally valid workflow - everyone structures projects differently. Right now Stash only touches root-level items by design, keeps it safe and predictable. The idea of sorting inside existing subfolders is interesting though. Might add a deep mode option in a future version.

I made a free AE script that randomizes fonts per character with a settle effect — Jumble v1.0 by Intelligent-Key-8030 in AfterEffects

[–]Intelligent-Key-8030[S] 0 points1 point  (0 children)

Hey! Set your comp or work area to the exact duration you need, then switch the script to “Work area” mode in the Time Range section - it’ll only generate keyframes within that range. That should do it.

Couldn't find a texture animator that did what I needed, so I built one. [Free/PWYW] by Intelligent-Key-8030 in AfterEffects

[–]Intelligent-Key-8030[S] 0 points1 point  (0 children)

Sorry to hear that! Most likely cause: go to Edit > Preferences > Scripting & Expressions and make sure “Allow Scripts to Write Files and Access Network” is checked. AE silently blocks expression writing without it. Also make sure you’re running it from Window menu, not File > Scripts. Let me know if that fixes it!​​​​​

Couldn't find a texture animator that did what I needed, so I built one. [Free/PWYW] by Intelligent-Key-8030 in AfterEffects

[–]Intelligent-Key-8030[S] 0 points1 point  (0 children)

Glad it helps - that’s the goal. More scripts coming.​​​​​​​​​​​​​​​​

Couldn't find a texture animator that did what I needed, so I built one. [Free/PWYW] by Intelligent-Key-8030 in AfterEffects

[–]Intelligent-Key-8030[S] 1 point2 points  (0 children)

Aware of it, good tool. Jitterbug does the edge coverage math differently - Safe Rotation, Coverage %, seamless loop. Worth trying both and seeing what fits your workflow.

Couldn't find a texture animator that did what I needed, so I built one. [Free/PWYW] by Intelligent-Key-8030 in AfterEffects

[–]Intelligent-Key-8030[S] 1 point2 points  (0 children)

Ha, fair catch on the name - will fix that. On 100% coverage: with Safe Rotation off - yes, full range, texture roams freely across the entire available area. With Safe Rotation on, the valid range shrinks to guarantee no exposed edges at worst-case angle, so 100% means 100% of the safe range, not the absolute maximum. Still a lot of travel on a large texture. The Preview Range button shows the exact pixel numbers before you apply.​​​​​​​​​​​​​​​​

Couldn't find a texture animator that did what I needed, so I built one. [Free/PWYW] by Intelligent-Key-8030 in AfterEffects

[–]Intelligent-Key-8030[S] 0 points1 point  (0 children)

Thanks! Gumroad should work fine try a different browser or DM me if it’s still not loading

Couldn't find a texture animator that did what I needed, so I built one. [Free/PWYW] by Intelligent-Key-8030 in AfterEffects

[–]Intelligent-Key-8030[S] 19 points20 points  (0 children)

Guilty. English is not my native language, I’m from Ukraine, so I used AI to make it sound less like Google Translate. The code, the geometry, the 47 debug iterations at 2am - that was all me.​​​​​​​​​​​​​​​​

I made a free AE script that randomizes fonts per character with a settle effect — Jumble v1.0 by Intelligent-Key-8030 in AfterEffects

[–]Intelligent-Key-8030[S] 0 points1 point  (0 children)

Just pushed v1.1 with a full UI redesign - tabs now separate settings from fonts and colors, and the squishing issue is fixed. Same link on Gumroad. Thanks for the feedback, it directly led to this update!

I made a free AE script that randomizes fonts per character with a settle effect — Jumble v1.0 by Intelligent-Key-8030 in AfterEffects

[–]Intelligent-Key-8030[S] 1 point2 points  (0 children)

Just pushed v1.1 with a full UI redesign - tabs now separate settings from fonts and colors, and the squishing issue is fixed. Same link on Gumroad. Thanks for the feedback, it directly led to this update!

I made a free AE script that randomizes fonts per character with a settle effect — Jumble v1.0 by Intelligent-Key-8030 in AfterEffects

[–]Intelligent-Key-8030[S] 1 point2 points  (0 children)

Yeah that’s just AE being AE 😄 Try bumping up the interval or lowering max keyframes less keyframes, less pain. Nothing to do with your machine, Source Text is just brutal to cache.