We have a Python script that exports linked blocks to FBX files, and one that re-assembles them as instances in Maya (using the xform matrix associated with each block in Rhino). We have come up with an issue where we have a file containing several linked blocks such that:
- some blocks the xform matrix contains a scaling of 39.37 and some a scale of 1.0 (identity)
- the main file and all the linked files all have model units set to inches.
- the measurements of the objects in each of the referenced files is consistent with those on the main file, after scaling (i.e. an brep that is 200 in in its own file, is 200 in in the main file even though the the block xform as 39.37 scale).
NOTE: we tested one of the scaled objects by inserting it with the “Insertion point” checked and with it unchecked, with the following results: - checked: the object is consistent with rest - xform scale 39.37
- unchecked: the object is 0.0254 in size (i.e. inches to meters) - xform scale identity
So, whereas in Rhino all instances look right in size, when recombining the FBX in Maya some instances are larger (the ones with 39.37 scale) then the others. Is there some information we are missing?