I'm converting some of my C++ plugins into Python, and I'm having trouble multiplying two matrices together. I'm multiplying an MMAtrix with the matrix member of a FloatMatrix and I get a:
CODE
TypeError: in method 'MMatrix___imul__', argument 2 of type 'double'
I'm sure this has to to with my own relative ignorance of Python and PySwigObject but I was hoping someone could help me out.
sunit