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 |
Adds a keyframe for each of the given properties at the specified time.
this.addKeyframesToProperties = function( propertyArray, time )
creates a corner pin effect on the given layer
this.cornerPin = function( layer, options )
Creates a mocha project for the given AV layer.
this.createMochaProject = function( layer, options )
Creates a new null layer and sets its position, scale and rotation to the loaded mocha tracking data.
this.createMoveNullLayer = function( comp )
Generates After Effects trackpoints on the given layer based on the loaded mocha tracking data.
this.generateAETrackpoints = function( layer )
Returns the name, file path and id for all versions of mocha that are installed on the system.
this.getAllInstalledMochaVersions = function()
loads mocha tracking data from the clipboard
this.loadFromClipboard = function( options )
loads mocha tracking data from a file
this.loadFromFile = function( file, options )
Creates a new null layer for the tracking data (like createMoveNullLayer) and parents all given layers to it.
this.moveLayers = function( layerArray )
Moves the given 2d point properties, masks or shapes with the tracking data.
this.moveProperties = function( propertyArray, options )
Launches mocha and opens the given mocha project file in it.
this.openProjectInMocha = function( projectFile )
Sets the version of mocha that should be used by the function openProjectInMocha.
this.setMochaVersion = function( id )
Turns the given layer into a stabilized precomp.
this.stabilizedPrecomp = function( layer, options )
applies the stabilize function of MochaImport+ to the given layer.
this.stabilizeLayer = function( layer, options )