-
wiggle x,y but not z
I have a object that is in 3d space, I added a wiggle to it but I dont want it to wiggle in z space, I slightly modified the code on Dan’s expression site
w = wiggle(2,50);
[w[0],w{0},value[1]]
But this throws my object all over and then ignores my already set key frames
so, what am I doing wrong?