Search found 98 matches

by Simma
September 12th, 2011, 5:54 am
Forum: Scripts Discussion
Topic: Problem with timeSpanStart
Replies: 2
Views: 7745

Re: Problem with timeSpanStart

I found this thread: http://www.aenhancers.com/viewtopic.php?t=334.

By setting the timeSpanStart to: startSec = (fis - 0.005) - compStart seems to fix the problem. Very odd.
by Simma
September 12th, 2011, 5:26 am
Forum: Scripts Discussion
Topic: Problem with timeSpanStart
Replies: 2
Views: 7745

Problem with timeSpanStart

I'm trying to set the timeSpanStart in the RQ, but I'm having some problems. If I create five compositions with composition display start frames set to 1, 101, 202, 303, 404 and add them to the render que with the attached script, I get different results. For example, if I say that the first frame t...
by Simma
September 6th, 2011, 7:19 am
Forum: General Scripts Library
Topic: AE_submitToRush
Replies: 3
Views: 15085

Re: AE_submitToRush

As the old script contained a lot of bugs, a new version was written from the ground up. It submits the selected composition to Rush, and sets the frame range to the frame range of the composition. I had a version where the frame range was taken from the item in the RQ, but I removed it. Would you r...
by Simma
September 1st, 2011, 8:00 am
Forum: General Scripts Library
Topic: Auto Render 2 (file path, name etc) -- new version
Replies: 10
Views: 47752

Re: Auto Render (file path, name etc)

Thanks for your feedback scribling, I appreciate it! I'm in the middle of writing a new version that hopefully makes the script easier to customize and it adds a few new features. I will take a look at the frame-range bug and see if it's possible to fix. I will post the new version as soon as it's f...
by Simma
August 31st, 2011, 7:20 am
Forum: General Scripts Library
Topic: Light wrap setup
Replies: 2
Views: 19387

Re: Light wrap setup

Link removed. New version available.
by Simma
August 26th, 2011, 12:23 am
Forum: Scripts Discussion
Topic: Set file path for "Apply Color LUT"?
Replies: 0
Views: 5574

Set file path for "Apply Color LUT"?

Anyone have a way of setting the file path to the Apply Color LUT effect? As soon as you add it, an dialog pops up and ask you to chose your lut file. I would like to set this with scripting, but haven't found a way. Also it doesn't work to suppress the dialog window with app.beginSuppressDialogs();...
by Simma
August 15th, 2011, 11:51 pm
Forum: Scripts Discussion
Topic: Check OS system?
Replies: 2
Views: 7348

Re: Check OS system?

Thanks Dan, that worked :).
by Simma
August 15th, 2011, 2:47 pm
Forum: Scripts Discussion
Topic: Check OS system?
Replies: 2
Views: 7348

Check OS system?

Is there a way to check what operating system is used? I have found $.os, which kind of works, but it will give me a long name like "Microsoft Windows Vista Servicepack etc. I'm looking for something that can simply say if the os is Windows or MacOS. I guess I could split the string and check t...
by Simma
August 15th, 2011, 2:41 pm
Forum: General Scripts Library
Topic: Auto Render 2 (file path, name etc) -- new version
Replies: 10
Views: 47752

Re: Auto Render (file path, name etc)

Hi scribling, thanks for your feedback. I agree that it isn't very easy to customize the script and it's something that I'm gonna try to fix in coming versions. A lot of it is based how I want renders set up in the studio I work for so I totally understand that it doesn't fit everyones needs. But th...
by Simma
August 13th, 2011, 3:31 pm
Forum: Script requests
Topic: Render Directory Creation
Replies: 2
Views: 8727

Re: Render Directory Creation

Give this a try and see if it will help you: http://www.aenhancers.com/viewtopic.php?f=3&t=1925.
by Simma
August 5th, 2011, 7:45 am
Forum: General Scripts Library
Topic: Import render templates
Replies: 0
Views: 8485

Import render templates

As you can't access the output modules with scripting, this script opens a template project and saves every output module in the render queue as a template. Open the attached outputTemplates project and add your own settings. To add your own settings, create a new composition, name it, drag it to th...
by Simma
July 25th, 2011, 4:16 pm
Forum: Script requests
Topic: Fit and Face 3D layer perfectly to comp
Replies: 4
Views: 12983

Re: Fit and Face 3D layer perfectly to comp

I´d desperately need the same functionality - because Camera Mapping through lights in AFX does only really work (with cam animations and extreme angles) if you can do exactly THAT with a 3D layer. Does anyone know how to add this functionality to CS5.x? thanks!! Steve I'm not quite sure if I'm un...
by Simma
July 24th, 2011, 8:40 am
Forum: General Scripts Library
Topic: Edge blend setup
Replies: 0
Views: 9939

Edge blend setup

Another missing feature in After Effects, aside from light wrap ( http://www.aenhancers.com/viewtopic.php?f=3&t=1951 ), is an edge blend effect. It helps blending a foreground and a background together by blurring the edge pixels together. Here is a script that sets up a edge blend using a techn...
by Simma
July 23rd, 2011, 3:28 pm
Forum: General Scripts Library
Topic: Light wrap setup
Replies: 2
Views: 19387

Light wrap setup

New version - see post below. Light wrap is a pretty standard procedure for blending a foreground and a background layer together. It exist in every compositing application that I know of, except After Effects. However, it's possible to create your own, and this script does it with a single click. ...
by Simma
July 21st, 2011, 1:32 pm
Forum: Scripts Discussion
Topic: Name of dockable panel - only script name?
Replies: 0
Views: 5473

Name of dockable panel - only script name?

When you create a dockable panel you can set the name, but that doesn't work if you run it from the ScriptsUI folder. It will only show the name of the actual file. For example, is there no way to have the actual file called "test_Test.jsx" and for it to show up as "Test" if you ...