Help with Puppet pin script easy fix

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
zabujard
Posts: 1
Joined: October 5th, 2022, 1:28 am

hey lads im trying to get script position value of a puppet pin

plz help

i have

var compp = app.project.activeItem.selectedLayers[0];

var pinz = compp("Effects")("Puppet")("Mesh 1")("Deform")("Puppet Pin 1").property("Position");

pinz.expression = 'wiggle(1,100)' ;

the pinz variables wrong

Post Reply