I have a group of packed objects and want to replace them with other packed objects using the same position and rotation and scale.
So far I can get the objects to match in position but not in rotation. This is the code I am using, and attached is some screenshots.
matrix m = primintrinsic(0, "packedfulltransform", @ptnum); matrix m2 = primintrinsic(1, "packedfulltransform", @ptnum); v@P*=invert(m)*m2;