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

Moderators: Disciple, zlovatt

Post Reply
User avatar
boneschapel
Posts: 1
Joined: January 10th, 2018, 12:30 pm

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-
~`-| life is like a box of chocolates...it kills you |-`~
Chacal
Posts: 10
Joined: November 29th, 2017, 1:28 am

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.
Post Reply