Posted by Marko on: 16/Oct/2009 04:23 AM Hi, any ideas how I could change my brushtable values inside my paint
routines, similar way I'm currently using my position displacement. (below)
I wanted to be able to change values pending of the colour number keyed in.
And give values for each colour per product. I tried one below but it
does'nt accept these values as numbers?
IF nColour_num=155
bd_ALL_R6{4}:=[[0,0,0],[0,0,0],[0,0,0],[0,0,0]];
UseBrushTab bd_ALL_R6;
This one works fine:
PDispOff;
PD_ALL:=[[0,0,0],[0,0,0,0]];
PDispSet PD_ALL;
Thank you for any feedback, Cheers Marko
|