Jul
07
Hi, i tried to link matrix knob from one axis to another. I can get it right using tcl link expression without problem. But i find it hard to do it using python. The python expression only can get access to the first row of the matrix .
node.knob(‘matrix’).setValue() –> only set the first row of the matrix. Any special indexing needed ? i tried couple array index pattern but no luck.
Does anyone have any idea ?
Post a Comment