How do you retrieve worldMatrix and worldInverseMatrix attribute of each instance?
For example I am using a Cube as an instanced geometry and particle system is particleShape1.
CODE
getAttr particleShape1.pt[0].matrix;
doesn't work, these attributes are not associated per particle basis.
The API equivalent is instancerIter.matrix()
Cheers
Prashant