Apr
17
Hi
Does anyone know how to set keyframes for GridWarp via script.
For example I want to use 3×3 grid. I create GridWarp1 node in the flow, configure it to have 3×3 cells, then I type
Does anyone know how to set keyframes for GridWarp via script.
For example I want to use 3×3 grid. I create GridWarp1 node in the flow, configure it to have 3×3 cells, then I type
GridWarp1.DstGridChange = BezierSpline
GridWarp1.DstGridChange[comp.CurrentTime+1] = 1 –(I don’t really know what value it has to have)
GridWarp1.DstGridChange[comp.CurrentTime+2] = 2
and I’ll get 3 keyframes. (I know that I can create them by few mouse clicks in GUI ..this is just an example here)
But when you go through keyframes, they all have 8×8 grid in the viewer but show 3×3 frame in the GridWarp’s GUI. :confused:
Post a Comment