wrap.Matrix4x4 setItem restricted to 3x3 matrix

Hi. I’m trying out WrapX and I’m really liking it so far. I’m trying to import a 4x4 matrix for file that I would like to use to transform the scan but I’m stuck at setting Matrix4x4 object for row 3 and column 3.

transform = wrap.Matrix4x4()
for i in range(4):
        for j in range(4):
                transform.setItem(i,j,transformList[i][j])
Traceback (most recent call last):
  File "<wrap_console>", line 1, in <module>
ValueError: Argument rowInd is out of range [0,2]

Hello, nils!

Thank you for noticing this. I fixed bug, here is the link to updated version:
http://russian3dscanner.com/downloads/R3DS-WrapX-1.1.2-64-Bit.zip

It is pre-release version without installer, just unpack it and run.