-
Motionscript ? for Dan
Hey Dan, ive been putting together an abstract graphic piece based on your random motion in an x,y,z grid script on your site. I just pre-comped 6 3d planes making a 3d cube and used that comp as the object to duplicate along the grid. Everything works beautifully until i go to apply motion blur, it gives me an error saying
“After EFfects warning: Class “Layer” has no property or method named “start”
Expression disabled.ive collapsed transformations on the precomp so i can move around it in 3d in my master comp. And this error happens after ive enabled motion blur inside my pre-comp, then click back to the master comp. Ive also added this code to the scale:
probability =20;
r = (random(-probability+2,1)); //determines how often it wiggles, -4,1= 1/6th of the time with a clamp of 0,1
v = clamp(r,0,1);
s = wiggle(10, 500*v);
x = s[0];
y = s[1];[x,y]
: but the error says it takes place on the cubes position. Seems very strange to me that motion blur can affect the code this way. Any ideas?