Search found 2 matches
- October 30th, 2021, 5:51 am
- Forum: Expression Discussion
- Topic: Use position, rotation and scale of null with single x,y point param
- Replies: 0
- Views: 63125
Use position, rotation and scale of null with single x,y point param
I have an an effect that has an entry for Source - which is a point x,y param. The layer has been tracked and the motion applied to null object "Null 1" I have keyframes on Position, rotation, scale for "Null 1" What expression will capture the transform for Position, Rotation, S...
- October 22nd, 2021, 5:32 am
- Forum: Scripts Discussion
- Topic: Call expression from script
- Replies: 1
- Views: 36022
Call expression from script
How can I obtain the value of an expression from within a script ?
For example
Code: Select all
length(this_comp.layer("A").position, this_comp.layer("B").position);
The scripting engine does not recognize length().