Search found 84 matches

by Yenaphe
June 17th, 2009, 3:58 pm
Forum: Expressions Library
Topic: Cut up photo mosaic Quickly
Replies: 1
Views: 25858

Re: Cut up photo mosaic Quickly

Nice, thanks for sharing this.
by Yenaphe
June 17th, 2009, 3:56 pm
Forum: Script requests
Topic: Master or parent effect.
Replies: 1
Views: 6639

Re: Master or parent effect.

Paul created a script for that: http://www.aenhancers.com/viewtopic.php?f=9&t=32

Be aware tho, that some properties cannot be linked because they are not keyframeable. But in most cases it could suit your needs.
by Yenaphe
June 17th, 2009, 3:52 pm
Forum: Scripts Discussion
Topic: Create a folder on the file system
Replies: 2
Views: 7205

Re: Create a folder on the file system

Maybe i'm missing something, but AFAIK ActiveX has nothing to do with your script creating folders on your hdd. In the Javascript Tool Guide CS4 (attached to this post), from page 55 to 60, you have all the informations you need to create, rename, remove,... a folder from within your script. I don't...
by Yenaphe
June 14th, 2009, 4:16 pm
Forum: General Scripts Library
Topic: sParticular
Replies: 1
Views: 10993

sParticular

I'm actually doing a script for Particular users called sParticular. What it basically do is 3D intersection with your 3D layers. It's still in development, but I'm looking for beta testers before I release it to the general public (it will be a free script). So if you are a Particular user, and int...
by Yenaphe
June 10th, 2009, 3:30 pm
Forum: General Scripts Library
Topic: Renderfarm Script
Replies: 2
Views: 14372

Re: Renderfarm Script

I'm off work for several weeks, and won't be able to test on a render farm sadly.
by Yenaphe
June 8th, 2009, 2:45 pm
Forum: Scripts Discussion
Topic: How to know if a parameter is available ?
Replies: 3
Views: 8395

Re: How to know if a parameter is available ?

in fact, it works without checking, it will add the expression, but the property won't be used.

BTW, do you have a hack, or an idea on how to link properties that are not expressionable (because not keyable) ?
by Yenaphe
June 7th, 2009, 4:52 pm
Forum: Scripts Discussion
Topic: How to know if a parameter is available ?
Replies: 3
Views: 8395

How to know if a parameter is available ?

In the script i'm developing right now, I want to duplicate a layer having effects, and link via expression every property of the effects to the original layer effects. But some effects have greyed properties (exemple: CC light wrap have a "direction" property greyed if the "shape&quo...
by Yenaphe
June 7th, 2009, 3:08 pm
Forum: Animation presets Library
Topic: TV Noise (new Version 1.5)
Replies: 7
Views: 56534

Re: TV Noise Preset

Very nice ! Thx !
by Yenaphe
June 4th, 2009, 4:42 pm
Forum: Scripts Discussion
Topic: Binary data into binary script
Replies: 4
Views: 10533

Re: Binary data into binary script

Quick question nab.

Is it possible to use the hex data directly within ScriptUI methods, or do i have to do the hex2bin to recreate the file and then reimport it ?
by Yenaphe
June 4th, 2009, 2:53 am
Forum: Scripts Discussion
Topic: Binary data into binary script
Replies: 4
Views: 10533

Re: Binary data into binary script

Very very very nice Nab. Gonna have a closer look at this.
by Yenaphe
June 2nd, 2009, 6:37 pm
Forum: Script requests
Topic: Render Multiple Lower thirds w, alpha
Replies: 1
Views: 6717

Re: Render Multiple Lower thirds w, alpha

well this can easily be done by hand ^^

Select all your comps and drag them to the render queue.

Select all your render queue item and apply the output module preset you want (you can create one for targa with alpha)

That should be fast :) But it could be faster by script, could be done easily.
by Yenaphe
May 27th, 2009, 3:22 am
Forum: Expression Discussion
Topic: D. Flanaghan.Chpters necesary f a.e .Anybody use this guide?
Replies: 3
Views: 13204

Re: D. Flanaghan.Chpters necesary f a.e .Anybody use this guide?

Hi Brigante, if you want to learn AE expressions, i do recommand you the After Effects Expressions (sponsored link) http://www.assoc-amazon.com/e/ir?t=yenaphe-20&l=as2&o=1&a=024080936X"%20width="1"%20height="1"%20border="0"%20alt=""%20style=&q...
by Yenaphe
May 27th, 2009, 3:13 am
Forum: Scripts Discussion
Topic: Binary data into binary script
Replies: 4
Views: 10533

Binary data into binary script

Hi everyone,

i was wondering if it is possible to embed graphics into a jsxbin file. I've got several pngs as external ressources, but to avoid any problem i'd like to put them inside the binaryfile, but i don't know how it can be done, and if it's compatible with the AE extendscript.
by Yenaphe
May 27th, 2009, 1:16 am
Forum: Script requests
Topic: Convert 3d Rotation to Orientation
Replies: 10
Views: 31044

Re: Convert 3d Rotation to Orientation

what do you mean by "baking" the orientation & rotation: adding the values, substracting the value, multiplying the values...

So much stuff can be done to "bake" them, i guess you'll have to be more specific :)
by Yenaphe
May 26th, 2009, 4:55 pm
Forum: Scripts Discussion
Topic: Create a "correct" Adjustment layer
Replies: 2
Views: 7145

Re: Create a "correct" Adjustment layer

Merci Nab,

gonna try this out.