Alexander Golubev
37750cb03f
salomsmesh: fix more bad conditions
...
warning was:
src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Penta_3D.cpp|832 col 9| warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
2015-08-29 18:35:52 +02:00
Alexander Golubev
bb1e2ec508
salomesmesh: fix an error because of bad priorities in logial operators
2015-08-29 18:35:52 +02:00
Alexander Golubev
dc50905330
salomesmesh: fix broken conditions
...
Warnings was:
src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp|617 col 19| warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
|| bool isAlgo = ( !anHyp->GetType() == SMESHDS_Hypothesis::PARAM_ALGO );
|| ^ ~~
src/3rdParty/salomesmesh/src/Controls/SMESH_Controls.cpp|2165 col 31| warning: '&&' within '||' [-Wlogical-op-parentheses]
|| if ( !aMinStr.IsEmpty() && !aMinStr.IsIntegerValue() ||
2015-08-29 18:35:51 +02:00
Alexander Golubev
b04ca16906
salomesmesh: fix function missing return statement
...
3rdParty/salomesmesh/src/SMESHDS/SMESHDS_GroupOnGeom.cpp|95 col 3| warning: control may reach end of non-void function [-Wreturn-type]
|| }
2015-08-29 18:35:50 +02:00
Alexander Golubev
3cc78d1f73
salomesmesh: fix tests in conditions
...
Lots of warnings like:
src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Command.cpp|57 col 6| warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
|| if (!myType == SMESHDS_AddNode)
||
Most of them resulted in conditions being always false.
2015-08-29 18:35:50 +02:00
Alexander Golubev
9aebbb228b
Pivy: suppress warning
...
Warning was:
src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp|2303 col 31| warning:
'&&' within '||' [-Wlogical-op-parentheses]
|| !hasConstructionFaces() && elem->GetType() == SMDSAbs_Face ||
|| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015-08-29 18:35:49 +02:00
Alexander Golubev
93ba3fe795
Pivy: fix several warnings
...
Warnings like:
warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
All was due to small defined size of the onstack array.
2015-08-29 18:35:48 +02:00
Alexander Golubev
5aa5684873
Pivy: Fix a compiller warning with wrong check
...
Warning was:
src/3rdParty/Pivy-0.5/coin_wrap.cpp|244969 col 15| warning: comparison of function 'time' not equal to a null pointer is always true [-Wtautological-pointer-compare]
|| if (time != NULL) {
|| ^~~~ ~~~~
This one supposed to be a copy-paste typo.
2015-08-29 18:35:46 +02:00
wmayer
23baa80496
+ if FreeCAD is not running in Gui mode do not replace Python std. output
2015-08-29 17:22:40 +02:00
wmayer
88eabf40b5
+ replace assert() to avoid crash
2015-08-29 16:34:36 +02:00
Yorik van Havre
a2cff0938e
Arch: Fixed DAE export - fixes #2219
2015-08-28 17:46:52 -03:00
Przemo Firszt
052995a2a2
Material: Add missing Density fields using Tools
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-08-27 15:59:02 +01:00
Przemo Firszt
321a310481
Materials: Add Materials.ods file
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-08-27 15:59:02 +01:00
Przemo Firszt
06e9f7e505
Materials: Add Tools for FCMat<->ods conversion
...
Testing and proofreading by sgrogan
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-08-27 15:58:51 +01:00
Przemo Firszt
f4f086316c
Materials: Update Readme.txt
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-08-27 15:58:31 +01:00
Przemo Firszt
7952e6f7f1
Material: Add TEMPLATE.FCMat file
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-08-27 15:58:31 +01:00
Przemo Firszt
31f387d113
Material: Clean material files
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-08-27 15:58:31 +01:00
wmayer
a3403455bd
+ fixes #0002229 : some ttf fonts make Draft.makeShapeString crash
2015-08-26 22:56:37 +02:00
wmayer
b1b76dea66
+ disable SVG and IDTF export for 3d view
2015-08-26 22:11:53 +02:00
wmayer
deafd1c0e3
+ fixes #0002221
2015-08-26 19:24:00 +02:00
wmayer
9fbe818ad0
+ remove method View3DInventor::dumpSelection
2015-08-26 18:58:59 +02:00
wmayer
56ed425680
+ code refactoring for VRML and Inventor export
2015-08-26 18:55:14 +02:00
wmayer
d3c32fdb8e
+ restore old axonometric behaviour
2015-08-26 13:44:01 +02:00
Yorik van Havre
293b16f94a
Arch: IFC exporter now exports cloned Arch objects with shared geometry
2015-08-25 22:11:40 -03:00
wmayer
fc9d1e86ac
+ support of checkable commands
2015-08-25 18:01:37 +02:00
wmayer
3fb5a2918b
+ improve formatting
2015-08-25 15:11:42 +02:00
Yorik van Havre
c2bc94a1e2
Arch: IFC importer now treats objects with shared shapes as clones
2015-08-21 11:42:42 -03:00
wmayer
3a373a7272
+ algorithm to split a segment from the mesh
2015-08-20 08:49:22 +02:00
Przemo Firszt
15d11c67c8
FEM: Force consistent DENSITY formatting
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-08-18 13:44:28 +01:00
Przemo Firszt
d74600191e
Tests, FEM: Fix inp file writing test
...
It's a compare line-by-line without comment lines now instead of
previously used md5 sum comparison.
inp pre filtering method suggested by Far-Zer
File location fixes by wmayer
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-08-18 13:44:28 +01:00
Yorik van Havre
c34af8ff20
Arch: Minor fix in OBJ exporter - fixes #2216
2015-08-17 20:27:19 -03:00
Yorik van Havre
5f1dbcd6c4
Draft: Small fix in copying dimensions and texts (didn't take the original style)
2015-08-17 11:50:02 -03:00
Yorik van Havre
11070f42c0
Draft: Small fixes in the new DXF importer
2015-08-17 11:48:02 -03:00
Bernd Hahnebach
2f9cac52c3
Arch: fix in import structural analysis ifc
2015-08-14 18:14:30 -03:00
Yorik van Havre
f122b3bb27
Added preferences setting for default App::Annotation color
2015-08-13 23:12:00 -03:00
Yorik van Havre
de45837b62
Adapted cmake files for changes made in previous commit
2015-08-13 16:08:23 -03:00
Yorik van Havre
82e7a1369c
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2015-08-13 15:55:43 -03:00
Yorik van Havre
2e3729a16e
Removed old StartPage files (cf debian bug #726805 )
2015-08-13 15:55:21 -03:00
wmayer
896b566dd9
+ test command to show race conditions in Console class
...
+ fix race conditions in Console class
2015-08-13 18:57:52 +02:00
Yorik van Havre
818f48a11d
Draft: Added text support to new DXF importer - issue #2205
2015-08-13 10:06:43 -03:00
wmayer
5765af2017
+ avoid slow heap checking in debug mode when loading a mesh file
2015-08-12 17:51:22 +02:00
wmayer
4a40a38bcf
+ check for null pointer when trying to get associated view provider of a document object
2015-08-12 17:44:29 +02:00
wmayer
9b066225c1
+ fix include dirs for DraftUtils
2015-08-12 17:34:09 +02:00
Yorik van Havre
413b9f8c64
Draft: Added blocks support to the new dxf importer #2205
2015-08-12 10:23:55 -03:00
Bernd Hahnebach
516dec264b
Arch: remove trailling white spaces
2015-08-11 20:55:16 +02:00
Bernd Hahnebach
553101ff2b
Arch: added object types to struct ifc import
2015-08-11 11:05:16 -03:00
Bernd Hahnebach
e7ce7918a1
Arch: add options to import structural engineering ifc
2015-08-11 11:05:16 -03:00
Yorik van Havre
279d156d30
Draft: Starting a C++ DXF importer - issue #2205
2015-08-10 19:55:59 -03:00
Yorik van Havre
2d63a8a620
Fixed git link in readme
2015-08-06 11:11:04 -03:00
Yorik van Havre
71d9edf085
Nicer readme file with screenshot
2015-08-06 11:08:26 -03:00