Bake Expressions
Bake Expressions
Example kBar and AEJuice Bar parameters with default values:
{"keepExpressions":true,"action":"bake","scope":"selected layers","recursive":false}
Learn more
keepExpressions
(boolean). Keep original expressions to be able to unbake. Values: true
or false
.
action
(text). Type of action the script should perform. Represents script's buttons. Values: bake
, unbake
.
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
.
Example API call with default parameters AEJuice.call("bakeExpressions", {"keepExpressions":true,"action":"bake","scope":"selected layers","recursive":false});
.