-
Randomizing Keyframe Destination?
Hello, I have a quick (maybe) question about creating randomized destinations for the motion path of an object.
Currently I have a motion path inside a null (which is the parent of another layer) and inside of that I have an expression that wiggles this position. Pretty easy.
What I’d like to do now is copy and paste this simple motion over and over, but I’d like for the destination of each copy to be randomized inside of certain parameters.
This is in terms of the position so let’s just say that the initial keyframe at second 0 is 0,240 and is fixed. The destination keyframe would then be at second 10 and would have the coordinates 600,y where y is random.
Is there any way to set this up? Maybe something like position.valueattime(10)[1] = random()? Will this then translate into the motion path? (I’m at work so I can’t just test it outright, and want to make sure I’m at least on the right track when I get home)
Also, I’ve noticed when I copy and past my wiggle layer, the paths created are identical, is there a way to reset the numbers so that the wiggle is random for every layer? Thanks for all of your help!