Reorganized some functions on corresponding scripts to make it clearer of what was supposed to go in each one

This commit is contained in:
Jorge Vásquez Pérez
2017-04-13 15:30:13 -07:00
parent 631cb8f607
commit b038e66615
5 changed files with 20 additions and 119 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
if (AVLayer.prototype. getPins==null) AVLayer.prototype. getPins=function(){ //Extends the AVLayer class with the getPinsfunctions which returns the Layer's property groups which are pins.
//Useful extensions to AFX Extendscript classes.
if (AVLayer.prototype. getPins==null) AVLayer.prototype. getPins=function(){ //Extends the AVLayer class with the getPinsfunctions which returns the Layer's property groups which are pins.
this.selectedPins = [];
for(prop=0;prop<this.selectedProperties.length;prop++){
p= this.selectedProperties[prop];