Search found 19 matches

by cfx
December 4th, 2012, 4:08 pm
Forum: General Scripts Library
Topic: Quick effects palette
Replies: 43
Views: 136149

Re: Quick effects palette

You should replace this "\" by this "/" in the path of your preset... 8)
Thanks Windows paths...

Fred
by cfx
April 10th, 2012, 8:07 am
Forum: General Scripts Library
Topic: Auto Cutter
Replies: 3
Views: 19653

Re: Auto Cutter

Normally it should work ... but I have not tested it on cs3 ... :D
I tested it on cs5.5 and cs5... 8)

Fred
by cfx
March 29th, 2012, 5:45 am
Forum: General Scripts Library
Topic: Auto Cutter
Replies: 3
Views: 19653

Auto Cutter

Hi, here my new script that generate a "hand cut" from alpha channel. It use the "autotrace" window that generate mask, then my script remove all bézier handle... http://img534.imageshack.us/img534/4029/interfacel.th.jpg http://img259.imageshack.us/img259/1352/avecdugrostexte.th...
by cfx
August 16th, 2010, 3:43 am
Forum: Scripts Discussion
Topic: setProxyToNone() bug in CS5 ?
Replies: 4
Views: 12283

Re: setProxyToNone() bug in CS5 ?

Hi,

It crash my CS5 too... :shock:

my script that use it : viewtopic.php?f=8&t=1516

Fred
by cfx
June 9th, 2010, 5:12 am
Forum: General Scripts Library
Topic: Quick effects palette
Replies: 43
Views: 136149

Re: Quick effects palette

All is possible... 8) function LutGuide(){ app.beginUndoGroup("Quick LUT"); var comp = app.project.activeItem; var new_solid = comp.layers.addSolid([.5,.5,.5], "Quick LUT", comp.width,comp.height,comp.pixelAspect,comp.duration); // add solid in comp comp.layer(1).guideLayer=true;...
by cfx
June 8th, 2010, 10:01 am
Forum: General Scripts Library
Topic: Quick effects palette
Replies: 43
Views: 136149

Re: Quick effects palette

Of course... Yes, it's possible ! :mrgreen: For example : This function create new solid for the active comp... You have to "connect" this function to a button ( the v1 of my script is a good example...) function NewSolid(){ app.beginUndoGroup("New Solid"); var comp = app.project...
by cfx
May 5th, 2010, 12:02 pm
Forum: General Scripts Library
Topic: Quick effects palette
Replies: 43
Views: 136149

Re: Quick effects palette

Excellent job ! :D
I like it 8) 8) 8)
by cfx
May 2nd, 2010, 12:53 pm
Forum: General Scripts Library
Topic: Quick Interpret Palette
Replies: 3
Views: 15096

Quick Interpret Palette

Hi, An other simple but useful script... :D http://img13.imageshack.us/img13/797/quickinterpretpalette.jpg In a tape-less world, i have further more issues with "interpretation rules.txt" :evil: ( mainly with Quicktime... :twisted: :twisted: :twisted: ) The interpret footage window isn't f...
by cfx
April 11th, 2010, 7:29 am
Forum: General Scripts Library
Topic: Quick effects palette
Replies: 43
Views: 136149

Re: Quick effects palette

Hi, It's a script with "UI palette"... :idea: - You have to copy the script file in the "ScriptUI Panels" folder (on windows : C:\Program Files (x86)\Adobe\Adobe After Effects CS4\Support Files\Scripts\ScriptUI Panels) - you launch the script in the window menu... http://img515.i...
by cfx
April 6th, 2010, 2:01 am
Forum: General Scripts Library
Topic: Quick effects palette
Replies: 43
Views: 136149

Re: Quick effects palette

lloydalvarez wrote:StaticText is compatible with CS3, just make sure you capitalize it correctly. If you are using add the you need to keep it all lowercase:

Code: Select all

myPanel.sep = myPanel.add("statictext", [210, 10, 220, 25], "|");
-Lloyd
Thank you for having me back in the right way ! :D
Fred
by cfx
March 25th, 2010, 1:35 am
Forum: General Scripts Library
Topic: Quick effects palette
Replies: 43
Views: 136149

Re: Quick effects palette

"staticText" isn't supported in cs3...
I have removed this in the script for cs3 compatibility...
You can download the new version in my last post. :D
by cfx
March 14th, 2010, 2:25 pm
Forum: General Scripts Library
Topic: Quick effects palette
Replies: 43
Views: 136149

Re: Quick effects palette

Thanks for your feedback ! :D The 1.2 is done http://img294.imageshack.us/img294/4081/quickfxv2.jpg Easily customizable... Works for effects and preset ! You have only to edit the head of the script, only arrays to modify... example : ///// effects example var But_01=["Fst Blr", // the nam...
by cfx
February 1st, 2010, 9:47 am
Forum: General Scripts Library
Topic: Quick effects palette
Replies: 43
Views: 136149

Quick effects palette

Hi, This is a very simple script but useful... :oops: In some compositing package (Fusion, Nuke...), I like to access to effects (not all but the most useful) with "button bar"... In repetitive task in AE it's painful to browse the list of all effects in menu or with mouse (right click...)...
by cfx
January 28th, 2010, 5:15 am
Forum: Script requests
Topic: switch Proxies on/off
Replies: 5
Views: 24050

Re: switch Proxies on/off

Hello !

My script "local proxy" do it...

Image

here : viewtopic.php?f=8&t=1516

You can edit the code to remove unused button...

Fred
by cfx
January 12th, 2010, 7:58 am
Forum: Scripts Discussion
Topic: Local proxies
Replies: 3
Views: 11015

Re: Local proxies

Now the V1.0 is done... :D

The to do list : :wink:
Improve performance ( AE is very slow to copy or list files...)
Make a real time update UI, (progress bar, what file is copying... in info panel)

Image

Thanks
:D