Add a Quick Solid


/ Published in: JavaScript
Save to your folder(s)

Adds a 50% grey comp sized solid


Copy this code and paste it in your HTML
  1. if(app.project.activeItem){
  2. comp.layers.addSolid([128/255,128/255,128/255], "Quick Solid", comp.width,comp.height,comp.pixelAspect,comp.duration);
  3. }

URL: http://aescripts.com/ft-toolbar

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.