Page 1 of 1

Shape Layer Rectangle Path 1 Size x,y to Slider Control

Posted: January 10th, 2018, 12:36 pm
by boneschapel
I am building an effects preset and I cannot figure out the way to have two Slider Controls in my Effects Controls, that each control just one of either the X or Y size value of the Rectangle Path 1 on my shape layer.

Any help would be great!

-B-

Re: Shape Layer Rectangle Path 1 Size x,y to Slider Control

Posted: January 15th, 2018, 11:06 am
by Chacal
Hi,

When you say that you are creating a preset: Are you saving an animation or coding a PseudoEffect?

If it is the first case: then you add two slider controls to your layer, "Slider X" and "Slider Y", then in scale in your path, you write:

Code: Select all

[effect("Slider X")("Slider"),effect("Slider Y")("Slider")];
that should do it. For saving it, just select "effects" and "Content" (not sure for this one, french for me) and save your animation and you have a brand new ffx.

Coding a PseudoEffect can also work, but you'll have to create a script to apply it if I'm right.