changes in Mesh module:
+ cppcheck: fix some minor issues found by code analyzer + export to IDTF + fix for throwing exception + optimize mesh rendering
This commit is contained in:
@@ -212,6 +212,8 @@ PyObject* MeshPy::write(PyObject *args, PyObject *kwds)
|
||||
ext["AST" ] = MeshCore::MeshIO::ASTL;
|
||||
ext["OBJ" ] = MeshCore::MeshIO::OBJ;
|
||||
ext["OFF" ] = MeshCore::MeshIO::OFF;
|
||||
ext["IDTF"] = MeshCore::MeshIO::IDTF;
|
||||
ext["MGL" ] = MeshCore::MeshIO::MGL;
|
||||
ext["IV" ] = MeshCore::MeshIO::IV;
|
||||
ext["X3D" ] = MeshCore::MeshIO::X3D;
|
||||
ext["VRML"] = MeshCore::MeshIO::VRML;
|
||||
|
||||
Reference in New Issue
Block a user