From cb7b4db79c2e5a579fb72a7afecbaca913a8bfbe Mon Sep 17 00:00:00 2001 From: granzuglia Date: Fri, 22 May 2009 12:43:35 +0000 Subject: [PATCH] added IO_CAMERA in GetExportMaskCapability --- wrap/io_trimesh/export_ply.h | 1 + 1 file changed, 1 insertion(+) 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; }