I need to know if there is a add-on or a built in function that could export (all) objects model transformation matrix (the matrix that contains the models scaling, rotation and translation information)in one code.
Thanks!
I need to know if there is a add-on or a built in function that could export (all) objects model transformation matrix (the matrix that contains the models scaling, rotation and translation information)in one code.
Thanks!
From my quick and superficial testing both 3Ds and Obj seem to apply transformations and discard that information. DXF discards it too.
Collada DAE however keeps transformation matrices non applied, and even keeps instancing information. That is if one object were linked to the other using the same object data that relationship is maintained.
FBX also maintains both transformation matrices and instance relationships
Object.matrix_world– batFINGER Oct 08 '17 at 12:16