Animation Blender
Methods
-
static getAnimMarkers(compopt)
-
Gets the marker property used to define animations.
This method will create a layer to receive markers on AE < 14.0
Because there were no scripting method to manage comp markers back then.Parameters:
Name Type Attributes Description comp
CompItem <optional>
The comp -
static setup(setupComp, controlComp, selectedPropertiesopt)
-
Creates a blender controller in the control composition, and sets all the properties of the setup comp up.
Parameters:
Name Type Attributes Default Description setupComp
CompItem The comp controlComp
CompItem The comp where to create the blender controller selectedProperties
boolean <optional>
false true to set only the selected properties up. When false, sets all animated (without expression) properties up.