Search found 143 matches
- July 14th, 2015, 10:38 am
- Forum: Scripts Discussion
- Topic: Off for rendering?
- Replies: 2
- Views: 21726
Re: Off for rendering?
Nothing? Nobody? Has this website been abandoned?
- June 12th, 2015, 10:20 am
- Forum: Scripts Discussion
- Topic: Off for rendering?
- Replies: 2
- Views: 21726
Off for rendering?
Is there an expression for off when rendering? Nuke has this option with it's $gui and I was wondering if there's something similar in AE.
- May 19th, 2015, 10:09 am
- Forum: Script requests
- Topic: Rename and version up
- Replies: 1
- Views: 13832
Re: Rename and version up
What I really need is a way to update the name on my slate to the project number. Currently, use an expression that refers to the comp name and I have to manually change that manually and often forget and I hear, "... you forgot to change the name on the slate again." It would be so easy t...
- March 13th, 2015, 10:57 am
- Forum: Script requests
- Topic: Rename and version up
- Replies: 1
- Views: 13832
Rename and version up
Is it possible to have a script that would update the name of a comp and version it up?
xxx205_50_60_xxxxxxx_v09 would become
xxx205_50_60_xxxxxxx_v10 ...
This is simple enough to do manually but even easier with a click.
Thanks
xxx205_50_60_xxxxxxx_v09 would become
xxx205_50_60_xxxxxxx_v10 ...
This is simple enough to do manually but even easier with a click.
Thanks
- April 4th, 2014, 12:23 pm
- Forum: Script requests
- Topic: Select timeline after running script
- Replies: 3
- Views: 19429
Re: Select timeline after running script
That's close.
That sets the viewer as the active window.
I need to the timeline as the active window, so I can hit enter and rename.
I tried changing "Viewer" to "Timeline" but that does nothing.
Thanks
That sets the viewer as the active window.
I need to the timeline as the active window, so I can hit enter and rename.
I tried changing "Viewer" to "Timeline" but that does nothing.
Thanks
- February 27th, 2014, 12:22 pm
- Forum: Script requests
- Topic: Select timeline after running script
- Replies: 3
- Views: 19429
Select timeline after running script
Is it possible to add code to a script to automatically select the timeline window? I have scripts that run from a toolbar, but after they're run the selection stays on the toolbar. I'd like the selection to be the timeline so I can simply hit enter and rename the layer. Any ideas? Thanks No? Not po...
- January 14th, 2014, 6:27 pm
- Forum: Script requests
- Topic: Bake expressions
- Replies: 2
- Views: 16842
Re: Bake expressions
Well, it's a start, but unfortunately my expressions are on an effect and not transform properties. I've been trying to alter the script to work on all properties of Levels (individual controls), but have so far been unsuccessful.
Any help would be appreciated.
Thanks.
Any help would be appreciated.
Thanks.
- December 17th, 2013, 4:07 pm
- Forum: Script requests
- Topic: Bake expressions
- Replies: 2
- Views: 16842
Bake expressions
I'm in need of a script that would bake expressions and remove them. Basically, I have to do this to simplify comps for stereo conversion. When I do it manually, I convert expressions to keyframes, delete the expressions then delete the keyframes. I was thinking a script could surely do this much fa...
- December 11th, 2013, 2:22 pm
- Forum: Script requests
- Topic: Numbered Adjustment Layers
- Replies: 1
- Views: 13422
Numbered Adjustment Layers
I use this script to create adjustment layers. { var activeItem = app.project.activeItem; if (activeItem == null || !(activeItem instanceof CompItem)){ alert("Please establish a comp as the active item and run the script again"); } else { app.beginUndoGroup("Levels Adjust"); var ...
- December 9th, 2013, 1:00 pm
- Forum: Scripts Discussion
- Topic: Start AE from command line and run script
- Replies: 2
- Views: 16784
Re: Start AE from command line and run script
Couldn't you just put that script in the .../Scripts/Startup/ directory?
- December 9th, 2013, 11:47 am
- Forum: Script requests
- Topic: A true Reduce Project script
- Replies: 1
- Views: 13040
Re: A true Reduce Project script
Michel Pensas wrote a script available on aescripts.com called "Project Cleaner." It performs a lot of the tasks I was asking for.
http://aescripts.com/project-cleaner/
http://aescripts.com/project-cleaner/
- October 4th, 2013, 2:50 pm
- Forum: Script requests
- Topic: CDL exporter script
- Replies: 2
- Views: 14842
Re: CDL exporter script
Well, no one seems to be interested ... If anyone else has the need/problem, I have a pretty nice Excel spreadsheet that does all the copying and pasting of data. Just paste the keyframe data, key in the shotname and version, select and save the data to a text file. I'd be happy to share the Excel f...
- October 3rd, 2013, 11:01 am
- Forum: Script requests
- Topic: CDL exporter script
- Replies: 2
- Views: 14842
Re: CDL exporter script
Am I the only one that has this problem?
For the last few years everyone seems to need CDLs ...
Is there another way of doing it that I'm missing?
For the last few years everyone seems to need CDLs ...
Is there another way of doing it that I'm missing?
- September 25th, 2013, 7:45 pm
- Forum: Script requests
- Topic: CDL exporter script
- Replies: 2
- Views: 14842
CDL exporter script
I need to export CDL data to a text file. Currently, I copy the CDL data, paste that into a spreadsheet, cut and paste, copy this paste, copy that, paste here and hope I haven't made any mistakes ... If a script could take the CDL (Colorista Free) info and export it to a text file that would be real...
- May 22nd, 2013, 1:48 pm
- Forum: Script requests
- Topic: A true Reduce Project script
- Replies: 1
- Views: 13040
A true Reduce Project script
Would it be possible to make a true "reduce project" script? A script that would look at every comp, if there's footage that isn't used or referenced in expression (or anything), deletes it and then delete the unused footage from the comp. I can't think of any reason this shouldn't work. T...