Search found 81 matches

by beginUndoGroup
June 6th, 2013, 2:12 am
Forum: Scripts Discussion
Topic: group with backgroundColor doesn't show in Script UI
Replies: 3
Views: 10531

Re: group with backgroundColor doesn't show in Script UI

Small correction: i had tested this in ESTK. Just to make sure, tested again targetting AE this time and...
it worked too, with a tooltip even for the green panel.

(OS = Windows 7 btw. It might play some role, i dont know for MAC).
by beginUndoGroup
June 5th, 2013, 11:29 pm
Forum: Scripts Discussion
Topic: group with backgroundColor doesn't show in Script UI
Replies: 3
Views: 10531

Re: group with backgroundColor doesn't show in Script UI

I tried this in CS5.5 and all three groups showed up, with their colors. The only thing that didnt work is the helptip for group 2 (panel don't have help tips apparently).
by beginUndoGroup
May 30th, 2013, 11:17 pm
Forum: Scripts Discussion
Topic: Dynamic add/delete function?
Replies: 1
Views: 6896

Re: Dynamic add/delete function?

A skeleton for your problem. You probably don't need to put "condition" as a parameter (a function on a layer that returns a boolean). I left it open since you dont make it clear what those properties to check are. Didn't test if it works... function f(comp, N, condition) // N: the desired...
by beginUndoGroup
May 25th, 2013, 4:13 am
Forum: Scripts Discussion
Topic: Create a custom Control effect
Replies: 35
Views: 94771

Re: Create a custom Control effect

Any idea how to place a separator in a Popup list (in PresetEffects.xml) ? What to put instead of the "?" below to get an unselectable separator : <Popup name="$$$/AE/Preset/List=List" popup_string="item1|item2|?|item3" default="1"/> I've tried millions of thi...
by beginUndoGroup
December 4th, 2012, 10:50 am
Forum: Scripts Discussion
Topic: access and control application (AE) windows from a script
Replies: 2
Views: 7723

Re: access and control application (AE) windows from a scrip

Thank you very much for your answer.

I'm pretty disappointed, but at least i know now.
I was mostly interested in reducing the number of keyframes more than smoothing, so the smooth expression won't help much.
Thank you for suggestion anyway.
by beginUndoGroup
December 1st, 2012, 11:09 am
Forum: Scripts Discussion
Topic: access and control application (AE) windows from a script
Replies: 2
Views: 7723

access and control application (AE) windows from a script

Hello, i'm trying to (1:) access the Smoother window, (2:) set a value to smooth, and (3:) smooth a given set of layers properties; all this from within a UI script. I'm stuck, and don't even know if it is possible. The scripting guide doesn't mention other windows like the 'Smoother' or the 'Motion...