diff --git a/wrap/io_trimesh/export_ply.h b/wrap/io_trimesh/export_ply.h index b9f7c173..3a67acb5 100644 --- a/wrap/io_trimesh/export_ply.h +++ b/wrap/io_trimesh/export_ply.h @@ -746,6 +746,7 @@ static const char *ErrorMsg(int error) capability |= vcg::tri::io::Mask::IOM_WEDGTEXCOORD ; capability |= vcg::tri::io::Mask::IOM_WEDGTEXMULTI ; capability |= vcg::tri::io::Mask::IOM_WEDGNORMAL ; + capability |= vcg::tri::io::Mask::IOM_CAMERA ; return capability; }