Frame Render Start?
Hi. I created a picture animation and for that I used Frame Render Script. But by rendering each frame, I'm losing a lot of performance. So I understand there is a Frame Render Start which can render just once and change all the parameters. But when I write exactly the same code there, the program closes. Maybe a different syntax is used there. Could you please tell me how to write this function in Frame Render Start? For example:
if (Size==0) then
Blend=0
elseif (Size==1) then
Blend==1
end
if (Size==0) then
Blend=0
elseif (Size==1) then
Blend==1
end