+ restore lost changes, improve whitspaces, suppress useless MSVC warnings
This commit is contained in:
@@ -100,7 +100,7 @@ void PartExport initPart()
|
||||
#endif
|
||||
App::Application::Config()["OCC_VERSION"] = str.str();
|
||||
|
||||
Base::Console().Log("Module: Part\n");
|
||||
Base::Console().Log("Module: Part\n");
|
||||
|
||||
// This is highly experimental and we should keep an eye on it
|
||||
// if we have mysterious crashes
|
||||
|
||||
@@ -36,6 +36,6 @@ ParGrp.SetString("WorkBenchName", "Points Design")
|
||||
|
||||
# Append the open handler
|
||||
FreeCAD.EndingAdd("Point formats (*.asc)","Points")
|
||||
FreeCAD.EndingAdd("Ply points (*.ply)","Points")
|
||||
FreeCAD.EndingAdd("PLY points (*.ply)","Points")
|
||||
|
||||
|
||||
|
||||
@@ -39,6 +39,12 @@
|
||||
# define PointsExport
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning(disable : 4181)
|
||||
# pragma warning(disable : 4275)
|
||||
# pragma warning(disable : 4305)
|
||||
#endif
|
||||
|
||||
#ifdef _PreComp_
|
||||
|
||||
// standard
|
||||
|
||||
Reference in New Issue
Block a user