diff --git a/wrap/io_trimesh/export_ply.h b/wrap/io_trimesh/export_ply.h index 06090603..7eaa1f46 100644 --- a/wrap/io_trimesh/export_ply.h +++ b/wrap/io_trimesh/export_ply.h @@ -89,7 +89,7 @@ public: static int Save(const SaveMeshType &m, const char *filename, int savemask, - bool binary = true, + bool binary = false, CallBackPos *cb = 0) { PlyInfo pi;