Added a to-do.

yorchnet
Jorge Vásquez Pérez 7 years ago
parent 38f087dce4
commit 30a69f02a5

@ -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));

Loading…
Cancel
Save