The call to `BKE_keyblock_convert_from_mesh` can leave the KeyBlock's data field null if the passed in mesh has no verts. Continue to allow the shape keys to be created, but do not attempt to actually fill them in with data. This seems to match the old FBX importer's behavior. Pull Request: https://projects.blender.org/blender/blender/pulls/142995