Added a to-do.

This commit is contained in:
Jorge Vásquez Pérez
2019-02-05 17:59:43 -08:00
parent 38f087dce4
commit 30a69f02a5
+1
View File
@@ -129,6 +129,7 @@ function YPuppetRigTool()
if(puppetEffects.length>0){
posPins = [];
for(i=0;i<puppetEffects.length;i++){
/*TODO : Make it work with layers with multiple effects*/
posPinGroup = puppetEffects[i]('ADBE FreePin3 ARAP Group')('ADBE FreePin3 Mesh Group')('ADBE FreePin3 Mesh Atom')('ADBE FreePin3 PosPins');
for(j=1;j<=posPinGroup.numProperties;j++){
posPins.push(puppetEffects[i]('ADBE FreePin3 ARAP Group')('ADBE FreePin3 Mesh Group')('ADBE FreePin3 Mesh Atom')('ADBE FreePin3 PosPins')(j));