In a sense, I get why, the API was always bpy.ops.export_scene. Which means despite having a "Selection Only" option, Blender still consider the export a scene, not an object. So scene origin prevails. BUT the funny thing: FBX export don't have this problem. If you export with Apply Transform, it works fine. If you don't,…