Skip to main content
Participating Frequently
February 16, 2024
Question

Quickly creating a lot of shape layers

  • February 16, 2024
  • 2 replies
  • 729 views

Hey, I have these shapes in a style frame in Illustrator, and I'm wondering if there's a way that I can quickly import this into after effects. I would typically use Overlord, but I want to very quickly change the "size" property of all of them (but Overlord converts them all to paths on import to After Effects).

 

Does anyone have a workflow for creating many distinct shapes like this from scratch in After Effects?

 

Thanks!

 

 

 

This topic has been closed for replies.

2 replies

Legend
February 17, 2024

It's a bit tedious to create shapes using script

You can try/watch this tutorial: After Effects Scripting Tutorial: Recreate Shape Layers .

 

I prefer to create shapes in After Effects (1 shape per composition).

Then, I run a script to generate a grid of shapes / precomps.

You can also use some expressions to randomize shape settings such as fill and stroke color, size, type of shape, and so on...

 

I made this last year:

 

mrossi206Author
Participating Frequently
February 18, 2024

The randomization thing sounds perfect. So there's a way to define some base shapes and then have After Effects choose them at random and place them at predefined intervals? I'm imagining having 8 base shapes and placing them each as a new layer (randomly), so then I can stagger keyframes. Does that sound doable?

OussK
Community Expert
Community Expert
February 18, 2024

If you already have them in Illustrator, why do you want to create them from scratch in After Effects? You can simply import the AI file and convert it to shapes. Now, if you prefer each shape on a separate layer in AE, that's another matter, and you can easily achieve it using this free tools.  https://motiondesign.school/products/motion-tools/ and you can use merge and extract shapes layer function

Mylenium
Legend
February 16, 2024

Since they're all just rectangles with rounded corners, circles and polygon shapes a script could produce them in bulk, including color rules and all that. You'd just have to write the script. Otherwise this seems easy enough to rebuild from scratch. Couldn't take more than an hour. It's just a bit of redundant, tedious work...

 

Mylenium 

mrossi206Author
Participating Frequently
February 17, 2024

Great, thank you! Would you recommend any sources for getting starting with scripts? Any recommendations would be helpful!