Search found 203 matches

by nab
October 30th, 2006, 9:28 pm
Forum: Scripts Discussion
Topic: temp directory in windows
Replies: 4
Views: 10712

is it important to write the file in the Temp directory ? ("C:\WINDOWS\Temp")

why don't you create the file anywhere on the disk and remove it when things are done (with myTempFile.remove(); )
by nab
October 30th, 2006, 9:21 pm
Forum: Scripts Discussion
Topic: problems with app.scheduleTask
Replies: 2
Views: 8102

Hello Lloyd,

my "scheduleTask/cancelTask" test seems to work, look at this script and you will hopefully find why that does not work for you.
http://www.nabscripts.com/Forum/Scripts ... xample.jsx

(to be totally honest I've never used this method until this evening)
by nab
October 30th, 2006, 9:06 pm
Forum: Scripts Discussion
Topic: Create a custom Control effect
Replies: 35
Views: 94750

Here is my script : http://www.nabscripts.com/Forum/Scripts/myScripts/createCustomEffect.jsx It's not exctaly a "Merge To Custom Effect" script...it is more a "Effect Creator". In fact you choose a name/matchName for your effect, the numbers of controls you want ( + their names) ...
by nab
October 25th, 2006, 1:32 pm
Forum: Scripts Discussion
Topic: Create a custom Control effect
Replies: 35
Views: 94750

perfectly clear !
Thanks Paul, works like a charm.

I will try to write this "MergeToEffect" script next week-end.
by nab
October 24th, 2006, 4:14 pm
Forum: Scripts Discussion
Topic: Create a custom Control effect
Replies: 35
Views: 94750

hi, thanks for your comment. Paul, I'm not sure to properly understand what you mean. When you use the animation preset you've created the effect appears in the effects panel with the sliders (names) of the Cineon Converter effect, isnt'it ? or can you set your own names for each slider with this me...
by nab
October 16th, 2006, 8:16 am
Forum: Scripts Discussion
Topic: Create a custom Control effect
Replies: 35
Views: 94750

Create a custom Control effect

Hi all, I've found an 'easy' way to create a Control effect with multiple controls. It's handy when you use expressions and don't want to add a different effect for each parameter. These multiple control effects are called "pseudo" effects and they are used for presets animation; a XML fil...
by nab
October 12th, 2006, 6:41 pm
Forum: Script requests
Topic: Lock property script
Replies: 9
Views: 19417

For the stabilization, you mean your footage starts destabilized and a slider controls the "amount" of stabilization (from 0 to 100) ? Add a slider to your footage (later..animate it from 0 to 100). Paste something like this in the anchorPoint property (AE stabilizer has created a lot of a...
by nab
October 12th, 2006, 6:24 pm
Forum: Scripts Discussion
Topic: Recursive checking pre-comps for missing footage
Replies: 2
Views: 8092

Hi lloyd, I would suggest to first retrieve the selected comp in a variable and check recursively for missing footage in its layers (rather than beginnig with a missing footage). To use a recursive function simply call it in its own definition. Take look at this one http://www.nabscripts.com/Forum/S...
by nab
October 7th, 2006, 1:02 am
Forum: Script requests
Topic: Lock property script
Replies: 9
Views: 19417

Hello scribling, try this (big) one : requires AE7.0 http://www.nabscripts.com/Forum/Scripts/myScripts/lockProperties.jsx how it's supposed to work: (palette' s options) -lock selected props only -lock selected layers props -lock all props in comp -unlock (remove expression) selected props you can f...
by nab
September 27th, 2006, 7:42 pm
Forum: Script requests
Topic: collect files (comp only)
Replies: 8
Views: 16145

ok now that's clear...
You have to IMPORT a project first....in your current project.
When you do that, all imported files are in the same folder (called xxxxxx.aep). Then select the comp you want to keep and apply the script.

If you follow this procedure, the script should work fine.
by nab
September 26th, 2006, 9:28 pm
Forum: Script requests
Topic: collect files (comp only)
Replies: 8
Views: 16145

hum...strange. I've made many tests and unused comps and files are removed from the project when I choose the option. http://www.nabscripts.com/Forum/Scripts/images/CollectCompElements.gif Could you send me a sample aep or post a screenshot of your project panel showing the problem you encounter. BT...
by nab
September 25th, 2006, 9:54 pm
Forum: Script requests
Topic: collect files (comp only)
Replies: 8
Views: 16145

hello Varangian,
the updated version should do what you expect (same link).
If the "remove unused" option is checked, all unused footages in the imported project will be deleted (the selected comp and its related elements -collected into a new folder- will be moved to the root folder).
by nab
September 22nd, 2006, 8:46 pm
Forum: Script requests
Topic: collect files (comp only)
Replies: 8
Views: 16145

hehe I had mostly the same idea few months ago but was too busy (or too lazy :P) at that time to code it. Here is my first attempt (this script requires AE7.0): http://www.nabscripts.com/Forum/Scripts/myScripts/CollectCompElements.jsx I've added couple of options, also explained in the ? alert butto...
by nab
September 8th, 2006, 9:00 pm
Forum: Script requests
Topic: Renaming Script
Replies: 6
Views: 13585

you're totally right :wink:

this bug has been fixed in the new version, you are invited to download it again
by nab
September 7th, 2006, 7:14 pm
Forum: Script requests
Topic: Renaming Script
Replies: 6
Views: 13585

I've updated the script (same link as above) with the suggested additions.