: Select an existing shape layer in After Effects and "pull" updates from Illustrator to modify paths, colors, or stroke widths without redrawing. v1.27 Recent Fixes
Overlord translates typography styling directly between the two applications. Fonts, tracking, fills, and position metrics transfer as editable live text layers inside After Effects, removing the need to manually re-type copy or manage broken font paths. Modifiers and Workflow Switches
is not just a plugin; it is a workflow revolution. It pays for itself in time saved within the first week of use. For any motion designer working with vector-based graphics, this is not an optional add-on—it is a requirement for a modern, efficient pipeline.
function ApplyPara(actor, profileName) local profile = Data.paraProfiles[profileName] actor:AddComponent("ParaComponent", profile) actor:EmitEvent("OnParaApplied", profile) end
: Automatically identifies rectangles and ellipses, maintaining their parametric properties (like rounded corners) in After Effects.
Acts as a direct connection between Illustrator and After Effects. You can select shapes in one program and "push" or "pull" them into the other instantly.
If your file name reads Battle Axe Overlord v1.27 para After Effect - I... – this is likely a from a download or zip extractor.
: Transfer shapes from Illustrator directly into After Effects as editable shape layers with one click.
For anyone who regularly works between Illustrator and After Effects, it is an indispensable asset that provides a reliable, fast, and intuitive way to transfer artwork.
file, import it as a composition, realize you forgot to separate a layer, go back to Illustrator, save again, and then manually convert those layers into shapes just so you can actually animate them.
void Apply(profile, now) profileName = profile.name; multiplier = profile.multiplier or 1.0; duration = profile.duration or 0; startTime = now; active = true; Emit("OnParaApplied", this);