Created
February 21, 2017 17:12
-
-
Save UlisesGascon/d7c2c29e8a7fb54385e7eaa39b7a8616 to your computer and use it in GitHub Desktop.
Scripts de After Effects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function vincularNuloAPin (nombre_del_nulo) { | |
return `fromComp(thisComp.layer("${nombre_del_nulo}").toComp(thisComp.layer("${nombre_del_nulo}").anchorPoint))`; | |
} | |
// Ejemplo | |
vincularNuloAPin ("Rodilla"); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment