Search found 20 matches

by w_m0zart
June 8th, 2005, 2:56 pm
Forum: Scripts Discussion
Topic: scripting effects properties
Replies: 15
Views: 35717

You mean constants like #define in good old c.

Wouldn't it be a good idea to start a new thread in which we collect all our knowledge about these constants from each effect?

Cheers!

Wolfgang
by w_m0zart
June 8th, 2005, 10:22 am
Forum: Scripts Discussion
Topic: Help on replace
Replies: 5
Views: 12253

Hello, could you please edit your first posting, by putting your code between the [code] and [/code] tag
(But make sure BBCode is enabled)
This will make your code a lot more readable.

Furthermore write something like --> before your line 23. So we don't have to count your lines....
by w_m0zart
June 8th, 2005, 6:40 am
Forum: Scripts Discussion
Topic: scripting effects properties
Replies: 15
Views: 35717

scripting effects properties

I am trying to write a script that adds an (external) effect and set certain properties of that effect automatically. In particular I'd like to know exactly which naming conventions exist (if there is at all?) with effects and their parameter values. I'll split this into 3 parts: Effect naming conve...
by w_m0zart
June 7th, 2005, 11:09 am
Forum: General Scripts Library
Topic: Reverse Selected Layer Order script
Replies: 2
Views: 16666

I think you mean the order in which the layers have been selected, will determine in which way they will be pasted. With this script it doesn't matter in which way they are selected. Regardless of its selection order, they will be always reversely ordered after running the script.
by w_m0zart
June 7th, 2005, 4:45 am
Forum: General Scripts Library
Topic: Reverse Selected Layer Order script
Replies: 2
Views: 16666

Reverse Selected Layer Order script

I just made a script which reverses the order of selected layers. It is just a little variation on the Reverse Layer Order, but with an extra selection option. Now it's possible to select these layers which have to be reversely ordered. The difficult part was to find out that layers in a selection a...