Hi,
I need to get full transformation in world space. For translation and rotation, I could use xform, but scale and shear can't be queried in worldspace. What I do now is to copy a transformnode, unparent it to world, and then query data. This works good, but is slow as hell.
I need this for my animation baking tool, where i store worldspace transforms for objects is complex hierarchies.
any tips ?
thx