Search found 4 matches

by circassia
January 10th, 2014, 10:01 am
Forum: Expression Discussion
Topic: Callback Slider to Effects Values
Replies: 0
Views: 8951

Callback Slider to Effects Values

Hi Guys, i am writing a script (extending the wire removal effect) and i am adding a slider, which shall define the thickness for all effect instances. How can get somehow a reference to the slider control, so that i see if the value changes to send the update to the effect instances in script? than...
by circassia
March 6th, 2012, 3:26 pm
Forum: Scripts Discussion
Topic: Get Composition Markers
Replies: 0
Views: 6350

Get Composition Markers

Hi guys, i found out, how to get the markers of a Layer, but in the scripting manual, there is no hint on reading markers of the comp? If it doesn't work, then i have to use the first elements marker, but it's not a good solution, while these markers can be shifted with the clip, it's better to have...
by circassia
February 3rd, 2012, 8:48 am
Forum: Scripts Discussion
Topic: Changing Position of a Layer...something is weired
Replies: 1
Views: 5917

Changing Position of a Layer...something is weired

Hi Guys, messing around with someone elses working script "randomShifterScript" i tried to change some parameters, as i would like to set randomly the position of layers. . .. ... var selectedLayers = myComp.selectedLayers; if (selectedLayers.length != 0) { for (i = 0; i < selectedLayers.l...
by circassia
March 18th, 2011, 3:01 am
Forum: Scripts Discussion
Topic: get img from timeline
Replies: 0
Views: 5314

get img from timeline

Hi @ all, Maybe you know the "Magnum - The Edit Detector" Script from LLoyd Alavarez from aescripts.com. It detects edits and creates new layers for each edit. A wonderfull tool, i would like to use it as film analysis script (i am writing the length of each clip into a txt file, to create...