Squished scripts...
-
Ok, it's brilliant that we can use scripts and formulas... but why do we have to put it all in one line?? Here's a script:
if(lefty==1.0);0.0;elsif(lefty<0.3);Math.sin(frame/3.0)/3;else;Math.sin(frame/(lefty*10))/3;end
It's very, very annoying to scroll sideways through something like this, and error checking is that much harder without being able to see the bigger picture. I'm actually not very clear on the multiple-line scripting, but it'd make more sense that this; even if it's not till SPIV, I feel a multiple-line formula/script box is very important.
-
@wacov said:
Ok, it's brilliant that we can use scripts and formulas... but why do we have to put it all in one line?? Here's a script:
if(lefty==1.0);0.0;elsif(lefty<0.3);Math.sin(frame/3.0)/3;else;Math.sin(frame/(lefty*10))/3;end
It's very, very annoying to scroll sideways through something like this, and error checking is that much harder without being able to see the bigger picture. I'm actually not very clear on the multiple-line scripting, but it'd make more sense that this; even if it's not till SPIV, I feel a multiple-line formula/script box is very important.
One of the fields in the next version will be multi-line. But it would be too much clutter if they all were. I will see if I can come up with something.
Advertisement