Posted by Marko on: 24/Sep/2009 03:36 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;
Cheers Marko
:: modified by Marko [ 24/Sep/2009 03:37 AM ] ::
:: modified by Marko [ 24/Sep/2009 03:38 AM ] ::
|