From 23082f1994e77ad8dd8401b09a8a0d1493ce6ef6 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Thu, 1 Apr 2021 10:11:26 +0200 Subject: [PATCH] remove unsupported polygonal flag from export ply --- 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 d2c9d3cf..3874c5fc 100644 --- a/wrap/io_trimesh/export_ply.h +++ b/wrap/io_trimesh/export_ply.h @@ -844,7 +844,7 @@ namespace vcg { capability |= vcg::tri::io::Mask::IOM_WEDGTEXMULTI ; capability |= vcg::tri::io::Mask::IOM_WEDGNORMAL ; capability |= vcg::tri::io::Mask::IOM_CAMERA ; - capability |= vcg::tri::io::Mask::IOM_BITPOLYGONAL; + //capability |= vcg::tri::io::Mask::IOM_BITPOLYGONAL; return capability; }