-
How to simplify it for the user to setup following expression
Hi gang. In some previous posts I read, Dan pointed out this expression which is exactly what I needed to link a point parameter to a null, and then be able to then link the null to a layer:
l = thisComp.layer(“Null 1”);
l.toWorld(l.anchorPoint);
My question is, to make this setup less cumbersome for the user, is there a hotkey that can be pressed when constraining using the pick whip so as to avoid making the user type it in? Or perhaps, can it be selected from the expression language menu?
Basically, any suggestions on how to make this setup more user-friendly would be appreciated so that the user doesn’t have to go in and manually type this. This is for a native plugin I am creating and they do not have the ability to inject expressions. I also don’t want to create a separate script just for this.
Thanks,
-Richard