Search found 4 matches

by JordieC
September 1st, 2016, 3:05 am
Forum: Expression Discussion
Topic: Opacity Driven By Scale
Replies: 1
Views: 12838

Re: Opacity Driven By Scale

Not sure if this helps. But maybe a work around works; Pre-comp the (animated scaled) icons. turn the icons opacity in the pre-comp to 100%. Go back to your main comp containing the gradient wipe. Lower the Pre-Comp's opacity to 15%. Duplicate the gradient wipe effect and the Pre-Comp. Change the du...
by JordieC
September 1st, 2016, 2:46 am
Forum: Expression Discussion
Topic: How to reference and effect's name?
Replies: 2
Views: 13651

Re: How to reference and effect's name?

Add the following expression In the Null's position: e1 = thisComp.layer("Track-1").effect("Eyebrow1").name; e2 = thisComp.layer("Track-2").effect("Eyebrow2").name; x1 = thisComp.layer("Track-1").effect(e1)("Point")[0]; x2 = thisComp.layer(...
by JordieC
September 1st, 2016, 2:11 am
Forum: Expression Discussion
Topic: How to reference and effect's name?
Replies: 2
Views: 13651

Re: How to reference and effect's name?

Hey there. Interesting! Just tried some things and came to this; To test which value the layer with expression called, I created a text that spits out the value through its adjusted Source Text . I managed to read the name of the effect and displayed it as a text, and whenever I change the name of t...
by JordieC
September 6th, 2012, 6:27 am
Forum: Expression Discussion
Topic: Duplicate layer over mask data / vertice points
Replies: 1
Views: 8479

Duplicate layer over mask data / vertice points

Hi! I'd like to duplicate an animated layer over a shaped mask, is there a way to count the amount of vertice points from a mask and is there a way to translate their x/y position values to a layer position? example; vertice[0] = 520,480 ; position of duplicated layer #1 vertice [1]= 550,430; positi...