Search found 143 matches

by scribling
July 14th, 2015, 10:38 am
Forum: Scripts Discussion
Topic: Off for rendering?
Replies: 2
Views: 10116

Re: Off for rendering?

Nothing? Nobody? Has this website been abandoned?
by scribling
June 12th, 2015, 10:20 am
Forum: Scripts Discussion
Topic: Off for rendering?
Replies: 2
Views: 10116

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.
by scribling
May 19th, 2015, 10:09 am
Forum: Script requests
Topic: Rename and version up
Replies: 1
Views: 8587

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...
by scribling
March 13th, 2015, 10:57 am
Forum: Script requests
Topic: Rename and version up
Replies: 1
Views: 8587

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
by scribling
April 4th, 2014, 12:23 pm
Forum: Script requests
Topic: Select timeline after running script
Replies: 3
Views: 12608

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
by scribling
February 27th, 2014, 12:22 pm
Forum: Script requests
Topic: Select timeline after running script
Replies: 3
Views: 12608

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...
by scribling
January 14th, 2014, 6:27 pm
Forum: Script requests
Topic: Bake expressions
Replies: 2
Views: 11995

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.
by scribling
December 17th, 2013, 4:07 pm
Forum: Script requests
Topic: Bake expressions
Replies: 2
Views: 11995

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...
by scribling
December 11th, 2013, 2:22 pm
Forum: Script requests
Topic: Numbered Adjustment Layers
Replies: 1
Views: 8397

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 ...
by scribling
December 9th, 2013, 1:00 pm
Forum: Scripts Discussion
Topic: Start AE from command line and run script
Replies: 2
Views: 10750

Re: Start AE from command line and run script

Couldn't you just put that script in the .../Scripts/Startup/ directory?
by scribling
December 9th, 2013, 11:47 am
Forum: Script requests
Topic: A true Reduce Project script
Replies: 1
Views: 8849

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/
by scribling
October 4th, 2013, 2:50 pm
Forum: Script requests
Topic: CDL exporter script
Replies: 2
Views: 9689

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...
by scribling
October 3rd, 2013, 11:01 am
Forum: Script requests
Topic: CDL exporter script
Replies: 2
Views: 9689

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?
by scribling
September 25th, 2013, 7:45 pm
Forum: Script requests
Topic: CDL exporter script
Replies: 2
Views: 9689

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...
by scribling
May 22nd, 2013, 1:48 pm
Forum: Script requests
Topic: A true Reduce Project script
Replies: 1
Views: 8849

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...