Search found 15 matches
- January 14th, 2008, 10:12 am
- Forum: Scripts Discussion
- Topic: app.executeCommand(...) List - work in progress (for CS3)
- Replies: 16
- Views: 238259
keep in mind that some codes changed from 7 to CS3 so I would make sure your script checks which version it's running on before it fires off it's commands.. -Lloyd That's no problem LLoyd, I know a way around this problem (suggested to me by my friend Chris B). Just type this: app.executeCommand(ap...
- January 10th, 2008, 2:43 am
- Forum: Scripts Discussion
- Topic: app.executeCommand(...) List - work in progress (for CS3)
- Replies: 16
- Views: 238259
- January 9th, 2008, 6:48 am
- Forum: Scripts Discussion
- Topic: app.executeCommand(...) List - work in progress (for CS3)
- Replies: 16
- Views: 238259
- January 9th, 2008, 3:37 am
- Forum: Scripts Discussion
- Topic: app.executeCommand(...) List - work in progress (for CS3)
- Replies: 16
- Views: 238259
app.executeCommand(...) List - work in progress (for CS3)
Hi, Regarding app.executeCommand(...) & app.findMenuCommandId: Anyone got a complete list of these commands? Here is the ones I have found out myself so far, I figured people would appreciate such a list. You can use these by typing: app.executeCommand(..commandID..) or even better: app.executeC...
- January 9th, 2008, 3:35 am
- Forum: Scripts Discussion
- Topic: Deselect All Layers in a Comp
- Replies: 2
- Views: 13273
- January 9th, 2008, 3:20 am
- Forum: Scripts Discussion
- Topic: Deselect All Layers in a Comp
- Replies: 2
- Views: 13273
Deselect All Layers in a Comp
I was looking for how to quickly deselect any selected layers in a Comp in AE using Script. Here is how I did it: // Define myComp as first comp in project var myComp = app.project.item(1); // Define myLayers as the layers of this Comp myLayers = myComp.layers; // For loop that deselects all layers ...
- January 8th, 2008, 8:54 am
- Forum: Script requests
- Topic: Centre text vertically depending on nr of lines used
- Replies: 3
- Views: 13987
I used the tips from nabscripts and wrote my own script, thanks Paul for tips on how to find the size of a text layer! I then did some calculations so I can position my text layer(s) vertically aligned with a graphical background. I didn't test your example code, but thanks anyway. Where can I find ...
- January 8th, 2008, 5:20 am
- Forum: Script requests
- Topic: Centre text vertically depending on nr of lines used
- Replies: 3
- Views: 13987
- January 8th, 2008, 3:39 am
- Forum: Script requests
- Topic: Centre text vertically depending on nr of lines used
- Replies: 3
- Views: 13987
Centre text vertically depending on nr of lines used
I am looking into if it there is a way to centre text on the screen (with script) depending on the number of lines used. I.e. it could be anything between for example 1 and 20 lines. The issue is that it needs to work for any font and any size, not just for a static, measured size. I am thinking abo...
- January 7th, 2008, 8:10 am
- Forum: General Scripts Library
- Topic: Pre-comp to layer duration
- Replies: 17
- Views: 188767
Install Guide That Works with vidpat:s UI dialogues
Download the files from links above, here is what I did and I can confirm it works with vidpat:s added dialogue: 1. Install UILayout_13.jsx to your Script Directory (i.e. C:\Program Files\Adobe\Adobe After Effects CS3\Support Files\Scripts\ScriptUI Panels) 2. Install UIChooser.jsx into the same dir....
- December 17th, 2007, 5:30 am
- Forum: General Scripts Library
- Topic: Nudge Keyframes to Exact Frames
- Replies: 2
- Views: 47724
Nudge Keyframes to Exact Frames
On request I have written a new useful script in After Effects CS3 for everyone in the AE Scripts community (I think it will work in older versions of AE too). This script moves/nudges all Transform keyframes in all layers in all comps to the nearest exact frame for any framerate. This is handy when...
- December 12th, 2007, 11:27 am
- Forum: General Scripts Library
- Topic: spell check for after effects
- Replies: 5
- Views: 29681
- December 12th, 2007, 10:33 am
- Forum: Scripts Discussion
- Topic: Function to get Project Item by Name
- Replies: 1
- Views: 10305
Function to get Project Item by Name
I did not find a way of getting a Project Item by it's name, so I wrote this little function to allow you to directly refer to a Project item by it's name (assuming you know the name). This way you do not have to use the index number. Use the name of the item as the parameter, see the example below ...
- December 7th, 2007, 10:24 am
- Forum: Script requests
- Topic: Ensuring comp is shown during rendering
- Replies: 0
- Views: 9186
Ensuring comp is shown during rendering
Hi, Perhaps this can't be achieved in Script, but I am having an issue with After Effects only showing a tiny window of the comp when automating many renders using script, i.e. AE is to fast and you can't preview what is being rendered. If there is a way to ensure comp window is kept intact and upda...
- November 30th, 2007, 8:56 am
- Forum: Script requests
- Topic: Expression creator
- Replies: 2
- Views: 12867
I know how to make the panel as a start...
If you have problems creating a ScriptUI panel, here is a guide on how to install them, to start with. I can't answer the other one right now: http://sundstedt.blogspot.com/2007/11/h ... ts-to.html