Set Rasterize
Set Rasterize
Example AEJuice Toolbar and kBar parameters with default values:
{"enable":true,"scope":"project","recursive":false}
Learn more
enable (boolean). Collapse transformation state. Values: true or false.
scope (text). Scope where the script will work. Values: project, selection, active comp, selected layers, selected properties.
recursive (boolean). Script will go through nested compositions. Values: true or false.
Add "ui":true parameter to open script's interface instead of running it directly.
If it's a single parameter add the following {"ui":true}. If it's not a single parameter, it can look like this {"enable":true,"scope":"project","recursive":false,"ui":true}.