Hey Cob - just found this - looks great but it's missing - any chance of a re-upload?
Thanks for the hard work!
// jayse
Search found 12 matches
- March 17th, 2011, 1:05 am
- Forum: General Scripts Library
- Topic: Image Sequence Section Deletion
- Replies: 4
- Views: 25333
- February 25th, 2009, 11:01 am
- Forum: Paul Tuersley's Scripts
- Topic: pt_LayerMarkers
- Replies: 3
- Views: 87629
Re: Split At Markers
Hey Paul - this script is excellent - thanks so much! I've been trying to make a modified version of it - that would ideally keep the markers on the split layers - but ONLY one marker per layer. For instance if the layer markers said: intro fly out fly in end And I split that layer I'd want the firs...
- February 21st, 2009, 10:01 am
- Forum: Script requests
- Topic: Font search
- Replies: 22
- Views: 73850
Re: Font search
Lloyd gave a preview of just such a script "pt_TextEdit" at his aeny presentation a few days ago http://vimeo.com/3031889?pg=embed&sec=3031889&hd=1
only question is... Paul - WHEN??? when can we have it!? Looks excellent!

only question is... Paul - WHEN??? when can we have it!? Looks excellent!

- February 21st, 2009, 9:56 am
- Forum: Script requests
- Topic: Set ROI to layer dimensions
- Replies: 3
- Views: 12804
Re: Set ROI to layer dimensions
Hey Nav! You might not be able to get ROI from scripting - but you CAN get the dimensions of the layer and then use the script to just crop to the layer size = rather than setting the ROI first. depending on what you're trying to do - and as long as you precomp it - you might be able to use Paul's C...
- February 21st, 2009, 9:44 am
- Forum: Script requests
- Topic: Smart Import/Import Folder Script
- Replies: 4
- Views: 20348
- August 25th, 2008, 12:17 pm
- Forum: Expression Discussion
- Topic: Convert 3D null position points to 2D, with an expression?
- Replies: 4
- Views: 32985
Re: Convert 3D null position points to 2D, with an expression?
That's awesome Dan - thanks so much - this will become one of my most used expressions!
- August 25th, 2008, 9:20 am
- Forum: Expression Discussion
- Topic: Convert 3D null position points to 2D, with an expression?
- Replies: 4
- Views: 32985
Re: Convert 3D null position points to 2D, with an expression?
Could anyone clarify this one? I'd love to use a 3d null from c4d that I set up as 'the sun' Use that to drive the positional values of a 2 dimensional item such as the position of Knoll Lens Flare. I tried putting this on a new null and targeting the 3d null (thisComp.layer("sun")); But i...
- August 24th, 2008, 3:22 pm
- Forum: Expression Discussion
- Topic: Controlling Rotational speed from a control layer?
- Replies: 7
- Views: 21958
Re: Controlling Rotational speed from a control layer?
what can I say? koby you RAWK! absolutely - this is perfect!
- August 24th, 2008, 1:05 pm
- Forum: Expression Discussion
- Topic: Controlling Rotational speed from a control layer?
- Replies: 7
- Views: 21958
Re: Controlling Rotational speed from a control layer?
it works perfect!!! by itself... Any idea why it doesn't work with the inertia bounce expression after it? like so: linear(time, inPoint, inPoint+.5, -90,0); // Inertial Bounce (moves settle into place after bouncing around a little) n = 0; if (numKeys > 0){ n = nearestKey(time).index; if (key(n).ti...
- August 24th, 2008, 12:57 pm
- Forum: Expression Discussion
- Topic: Controlling Rotational speed from a control layer?
- Replies: 7
- Views: 21958
Re: Controlling Rotational speed from a control layer?
oh wow - I think that's it - I will try this. Thanks so much!
- August 24th, 2008, 1:23 am
- Forum: Expression Discussion
- Topic: Controlling Rotational speed from a control layer?
- Replies: 7
- Views: 21958
Re: Controlling Rotational speed from a control layer?
hey kobyg - thanks for the response! I didn't even think of that since i'm using expressions for the rest... It could work... controlling the time stretch via a control layer... I'd need this since I'd be changing a set of 'big-objects' and a set of 'small-objects' - each with a different speed. Sti...
- August 23rd, 2008, 11:49 am
- Forum: Expression Discussion
- Topic: Controlling Rotational speed from a control layer?
- Replies: 7
- Views: 21958
Controlling Rotational speed from a control layer?
Hey guys! I'm setting up a large comp where about 40 different 3d layers rotate on the x axis from -90 degrees to 0. Currently it's keyframed over 6 frames - and the 'intertia bounce' expression is added to each. I thought I was smart by tying the inertia bounce 'amp, freg and decay' to a control la...