Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 addKeyframesToProperties, MochaImportPlus
C
 cornerPin, MochaImportPlus
 createMochaProject, MochaImportPlus
 createMoveNullLayer, MochaImportPlus
G
 generateAETrackpoints, MochaImportPlus
 getAllInstalledMochaVersions, MochaImportPlus
L
 loadFromClipboard, MochaImportPlus
 loadFromFile, MochaImportPlus
M
 moveLayers, MochaImportPlus
 moveProperties, MochaImportPlus
O
 openProjectInMocha, MochaImportPlus
S
 setMochaVersion, MochaImportPlus
 stabilizedPrecomp, MochaImportPlus
 stabilizeLayer, MochaImportPlus
this.addKeyframesToProperties = function(propertyArray,
time)
Adds a keyframe for each of the given properties at the specified time.
this.cornerPin = function(layer,
options)
creates a corner pin effect on the given layer
this.createMochaProject = function(layer,
options)
Creates a mocha project for the given AV layer.
this.createMoveNullLayer = function(comp)
Creates a new null layer and sets its position, scale and rotation to the loaded mocha tracking data.
this.generateAETrackpoints = function(layer)
Generates After Effects trackpoints on the given layer based on the loaded mocha tracking data.
this.getAllInstalledMochaVersions = function()
Returns the name, file path and id for all versions of mocha that are installed on the system.
this.loadFromClipboard = function(options)
loads mocha tracking data from the clipboard
this.loadFromFile = function(file,
options)
loads mocha tracking data from a file
this.moveLayers = function(layerArray)
Creates a new null layer for the tracking data (like createMoveNullLayer) and parents all given layers to it.
this.moveProperties = function(propertyArray,
options)
Moves the given 2d point properties, masks or shapes with the tracking data.
this.openProjectInMocha = function(projectFile)
Launches mocha and opens the given mocha project file in it.
this.setMochaVersion = function(id)
Sets the version of mocha that should be used by the function openProjectInMocha.
this.stabilizedPrecomp = function(layer,
options)
Turns the given layer into a stabilized precomp.
this.stabilizeLayer = function(layer,
options)
applies the stabilize function of MochaImport+ to the given layer.
Close