added bit polygonal to the saving masks

This commit is contained in:
Paolo Cignoni 2009-06-26 23:17:06 +00:00
parent b09343bbc4
commit 0d4225a65a
1 changed files with 1 additions and 1 deletions
wrap/io_trimesh

View File

@ -85,7 +85,7 @@ enum {
IOM_WEDGTEXMULTI = 0x02000, // when textrue index is explicit IOM_WEDGTEXMULTI = 0x02000, // when textrue index is explicit
IOM_WEDGNORMAL = 0x04000, IOM_WEDGNORMAL = 0x04000,
IOM_BITPOLYGONAL = 0x10000, // loads explicit polygonal mesh IOM_BITPOLYGONAL = 0x20000, // loads explicit polygonal mesh
IOM_CAMERA = 0x08000, IOM_CAMERA = 0x08000,