I've been trying to get the Mesh information from a layer with the Puppet tool on it, but to no avail. Does anyone know how, or if, this can be done?
(also a quick second question: how come the Extend Script doesn't come with a reference to AE / where can I find that reference, I'm a real newbie)
Search found 2 matches
- February 23rd, 2010, 3:12 am
- Forum: Scripts Discussion
- Topic: Puppet and Scripting
- Replies: 0
- Views: 6643
- September 13th, 2006, 5:20 pm
- Forum: Expressions Library
- Topic: Clock hands
- Replies: 3
- Views: 23765
Clock hands
Just put this code on some clock hands, initially pointing north (12 o'clock). You can change the start time with "forwardtime". Hours forwardtime = 10; starttime = time+(forwardtime*3600); h =starttime/3600; s = Math.floor(h); s2 = h-s; if (s2 > 0.99){ transform.rotation = (Math.floor(h)*...