Hi all,
I am trying the same export with you code but I get the same error "TypeError: unsupported types" at line "v_t = T * v".
But my project is referenced as there is a [R] beside the chunk name, and "str(type(T))" gives "<class 'PhotoScan.ChunkTransform'>".
I am using APS 1.3.4
By the way, it seems that on this version of APS, the PhotoScan.Matrix.diag( (1,1,1,1) ) is wrong and "diag" takes a capital :
PhotoScan.Matrix.Diag( (1,1,1,1) )
But not a problem in my case as my chunk.transform exists.
Thanks for your precious help !