Search found 3 matches

by vitaminman
September 8th, 2005, 12:26 am
Forum: General Scripts Library
Topic: script to create 3d cube
Replies: 13
Views: 85734

download link

Hey,

Here is a link where you can download the file directly:

http://wemads.com/stuff/3d_cube.zip

Take care,

Nick
by vitaminman
April 18th, 2005, 12:06 pm
Forum: General Scripts Library
Topic: script to create 3d cube
Replies: 13
Views: 85734

script to create 3d cube

Hey, This script is used to create a 3d cube. You can later replace the different sides and spin the null around for easy animation. To make it more flexibe, you can enter the size of the sides and the script will adjust. In order for the sides to hold their positions (I've found that during animati...
by vitaminman
January 10th, 2005, 6:08 pm
Forum: General Scripts Library
Topic: script to change the out point of all layers in all comps
Replies: 0
Views: 13373

script to change the out point of all layers in all comps

Hey, This script will go through all comps in a project and set the out point of all layers to 8 seconds. If you want to change the value of the out point to something other than 8, simply modify this line: app.project.item(i).layer(j).outPoint = float value in seconds; //script to set all layers in...