MADRIX Forum • GRAPH effect mode and distribution buttons with script loop
Page 1 of 1

GRAPH effect mode and distribution buttons with script loop

Posted: Mon Mar 19, 2012 12:53 am
by rodericwilson
not something serious but i was using the new graph effect and had a script loop going changing the height ,width and pitch and for some reason the graph mode can't be changed while the script is running ,neither can the distribution buttons of height ,width and pitch be changed .
the buttons seem to flicker .
also i have experiemced this button flickering before when i have a certian script (with the layer fx button) but the fx work fine .is there any significance in this flickering?

the sort of script i wrote was like this

void PreRenderEffect()
{
SetWidth(x);

x++;
if (x==100)
x=1;
}

Re: GRAPH effect mode and distribution buttons with script l

Posted: Fri Mar 23, 2012 9:37 am
by Fritzsche
Thanks Roderic!

Very helpful as always. Thank you very much for reporting!