AE Master Properties

AE master properties scripts
source API #code/js

Creating master properties

function R(P) {
	if (P.numKeys > 0) P.addToMotionGraphicsTemplate(C);
	for (var d = 1; d <= P.numProperties; d++) {
	R(P.property (d));
}}

var C = app.project.activeItem;
var L = C.layers;
for (var i = 1; i <= L.length; i++){
	R(L);

}

property.getMotionGraphicsTemplateControllerName(#) //- name of controller # in the master properties
property.setMotionGraphicsControllerName(#)
comp.motionGraphicsTemplateControllerCount //-> number of items
Comp.motionGraphicsTempalteName //-> name