This content has been marked as final.
Show 3 replies
-
1. Re: Is there a way to get layer's width during param setup?
Zac Lam Dec 18, 2012 3:03 PM (in response to walczakb)Would a point param suffice? These are generally shown in terms of pixels, whereas sliders that determine relative height or width are generally in percentages or offsets, but not absolute pixels.
-
2. Re: Is there a way to get layer's width during param setup?
walczakb Dec 18, 2012 3:08 PM (in response to Zac Lam)No, unfortunately I need to have width and height as separate sliders.
-
3. Re: Is there a way to get layer's width during param setup?
Zac Lam Dec 19, 2012 4:27 PM (in response to walczakb)The problem is that PF_Cmd_PARAMS_SETUP is called before the effect is ever applied to a sequence, so the info is not available at that point. I suppose you could set the initial value for the slider later on after the effect has been applied.



