Search found 18 matches

by vidjuheffex
May 10th, 2012, 8:27 pm
Forum: General Scripts Library
Topic: 3D to 2D ScreenSpace .1b
Replies: 5
Views: 22667

Re: 3D to 2D ScreenSpace .1b

hey there, so I removed the scriptName portion and it worked, but then I wanted it to check for it's status as a 3d layer, if ((activeItem == null) || !(activeItem instanceof CompItem)) { alert("Please select a composition."); } else { var selectedLayers = activeItem.selectedLayers[0]; if ...
by vidjuheffex
May 10th, 2012, 7:57 pm
Forum: General Scripts Library
Topic: 3D to 2D ScreenSpace .1b
Replies: 5
Views: 22667

Re: 3D to 2D ScreenSpace .1b

thanks! I'll have to give that a shot.
by vidjuheffex
May 6th, 2012, 8:18 pm
Forum: General Scripts Library
Topic: 3D to 2D ScreenSpace .1b
Replies: 5
Views: 22667

3D to 2D ScreenSpace .1b

Hello all, Posting my first script out there. Works pretty simply, you select a 3d layer, then click one of the two buttons ('Link' or 'Bake') and the net result is an animated 2D null at the layers screen-space. More info and a download link at http://vidjuheffex.com/scripts/ That said, I would lov...