From 82a2d3fe00f3bbcde8079af966793cf5e0b85685 Mon Sep 17 00:00:00 2001 From: iasonmanolas Date: Thu, 31 Mar 2022 19:08:31 +0300 Subject: [PATCH] Using non-binary ply export as default --- wrap/io_trimesh/export_ply.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;