GRAPH effect mode and distribution buttons with script loop

This forum is assigned for bug reporting. Be as much accurate as you are possible.

Moderator: MADRIX Team

Locked
rodericwilson
Posts: 38
Joined: Fri May 13, 2011 11:09 am

GRAPH effect mode and distribution buttons with script loop

Post 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;
}
Fritzsche
Support
Support
Posts: 734
Joined: Mon Oct 05, 2009 5:26 pm
Contact:

Re: GRAPH effect mode and distribution buttons with script l

Post by Fritzsche »

Thanks Roderic!

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