Yorik van Havre
2ccd53c366
Merge branch 'cfd1' of https://github.com/qingfengxia/FreeCAD into cfd
2016-09-20 11:30:42 -03:00
Yorik van Havre
72d9478d13
Arch: added damian's fix to Arch Remove
2016-09-19 16:11:41 -03:00
Yorik van Havre
958243a4d4
Arch: made IFC importer more compatible with older IfcOpenShell
2016-09-19 16:02:00 -03:00
DeepSOIC
5b3ab1b857
Part: Offset2D: fix save-load instability
...
Fixes #2699
It was found out that when direction of normal found by FindPlane
depends on if we are using result of offset directly, or after copying.
The fix (workaround) is to copy offset result inside offset routine, so
that no unstable behavior makes its way to the user.
2016-09-18 18:45:04 +03:00
qingfengxia
7997d214d6
Fem: fix typo of FemGui::ViewProviderResultPython
2016-09-17 14:39:29 +01:00
Yorik van Havre
a632051d1e
Arch: Fixed drag-n-drop in Arch groups
2016-09-16 19:57:06 -03:00
qingfengxia
5b52c6a708
add help text for thermal fluid boundary for CFD
2016-09-16 23:01:09 +01:00
qingfengxia
280df77f35
make FemResultObject extensible in python as FemSolverObject
2016-09-16 23:01:09 +01:00
wmayer
574e85be9d
switch off dtd validation when reading svg files
2016-09-16 23:09:56 +02:00
wwmayer
82494f3835
Merge pull request #283 from sliptonic/master
...
bug with EngraveEdit
2016-09-16 14:28:48 +02:00
wmayer
4fa5b2cd54
comment out problematic asserts
2016-09-16 14:22:17 +02:00
sliptonic
d806311caf
bug with EngraveEdit
2016-09-15 20:28:33 -05:00
wmayer
947f9575de
remove Application::runPythonCode
2016-09-15 23:14:31 +02:00
Yorik van Havre
99d9fadb0a
Arch: fixed typo
2016-09-15 15:45:11 -03:00
wmayer
25f2de76c3
remove method Application::runCommand
2016-09-15 19:39:16 +02:00
wmayer
e8554cc77a
do not use doCommand without using format string, add overloaded method of runCommand
2016-09-15 18:53:37 +02:00
Yorik van Havre
a4aae8cca5
Arch: Added new Footprint display mode to walls
2016-09-15 12:38:48 -03:00
Yorik van Havre
669a084996
Arch: Added stairs to structure precast types
2016-09-15 12:38:08 -03:00
wmayer
25108d8634
support offset curve in edge.Curve for occ 7.0
2016-09-15 10:36:44 +02:00
Yorik van Havre
2ae2cbb329
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2016-09-14 18:56:11 -03:00
Yorik van Havre
b7c4241bb6
Arch: IFC exporter now exports 2D geometry as IfcAnnotations
2016-09-14 18:55:55 -03:00
wmayer
42fa3ab2c4
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD
2016-09-14 21:08:26 +02:00
wmayer
dc9576a934
use 'patch' for segment names and make unique names
2016-09-14 21:07:52 +02:00
Yorik van Havre
4161326fbe
Draft: Fixed missing end arrow in SVG rendering of wires/splines
2016-09-14 16:07:38 -03:00
Yorik van Havre
6775227589
TechDraw: Extended Draft View
2016-09-14 12:38:34 -03:00
wmayer
70be035caf
fix possible crashes in Tools::escapedUnicodeFromUtf8
2016-09-14 15:18:19 +02:00
wwmayer
dd314fdeea
Merge pull request #280 from DeepSOIC/patch-1
...
PartDesign: Gui: fix primitive command what's this string
2016-09-14 14:57:41 +02:00
wwmayer
e87cff2d9c
Merge pull request #279 from WandererFan/PreProd
...
TechDraw bug fixes
2016-09-14 14:57:00 +02:00
Bernd Hahnebach
515e4b7c46
FEM: add tetras to known elements for retriving face loads if no face data exists
2016-09-13 20:17:31 -03:00
Bernd Hahnebach
1848e160ca
FEM: fix z88 result reader
2016-09-13 20:17:31 -03:00
Bernd Hahnebach
f23ed6e1cf
FEM: prefs, move z88 prefs in an own tab
2016-09-13 20:17:31 -03:00
Bernd Hahnebach
0770a6e1f2
FEM: make use of new pref for standard location of ccx on Windows OS
2016-09-13 20:17:31 -03:00
Bernd Hahnebach
cd1bb1996e
FEM: add new pref for use of ccx standard path
2016-09-13 20:17:31 -03:00
Bernd Hahnebach
df72f64e0c
FEM: remove working dir and ccx binary check from InitGui
...
- they are duplicates of the methods in FemToolsCcx
- FEM could be used without solving too
- they only checked for ccx, but we have more solver already
2016-09-13 20:17:31 -03:00
Yorik van Havre
e57d68dea9
Draft: small optimizations of Draft's SVG output and fixed wrong dash scale
2016-09-13 20:11:03 -03:00
Yorik van Havre
b1e3212a7c
Arch: support for layer splitting function of ifcopenshell
2016-09-13 20:08:25 -03:00
Yorik van Havre
9603817dea
Arch: fixed error message when restoring section planes
2016-09-13 20:06:25 -03:00
DeepSOIC
8c59220b02
PartDesign: Gui: fix primitive command what's this string
2016-09-13 18:54:54 +04:00
wmayer
bb103cba18
convert utf-8 encoded path name to escaped unicode when saving document with Python
2016-09-12 20:58:41 +02:00
wmayer
18f9b257bf
fix unicode <=> utf-8 conversion issue
2016-09-12 20:52:24 +02:00
WandererFan
cfe30b8bdc
Changes re comments on PR279
2016-09-12 07:41:24 -04:00
WandererFan
3182ad1754
Fix #2692 TaskProjectGroup cancel button
2016-09-11 13:12:24 -04:00
WandererFan
15a56e7206
Fix over-aggressive input cleansing
2016-09-11 13:12:24 -04:00
WandererFan
2ed026e173
reduce use of "execute" on cosmetic changes.
2016-09-11 13:12:24 -04:00
WandererFan
af14abcef3
Add notes re Kura. subgraph
2016-09-11 13:12:24 -04:00
WandererFan
cdf64a212c
Coverty changes:
...
** CID 152490: Control flow issues (DEADCODE)
** CID 152492: Null pointer dereferences (FORWARD_NULL)
** CID 152493: Null pointer dereferences (FORWARD_NULL)
** CID 152494: Null pointer dereferences (FORWARD_NULL)
** CID 152495: Null pointer dereferences (FORWARD_NULL)
** CID 152496: Null pointer dereferences (FORWARD_NULL)
** CID 152497: Null pointer dereferences (FORWARD_NULL)
** CID 152502: Null pointer dereferences (REVERSE_INULL)
** CID 152507: Uninitialized members (UNINIT_CTOR)
** CID 152508: Uninitialized members (UNINIT_CTOR)
** CID 152508: Uninitialized members (UNINIT_CTOR)
** CID 152510: Uninitialized members (UNINIT_CTOR)
2016-09-11 13:12:24 -04:00
WandererFan
6e60ca1402
Suppress extraneous log messages
2016-09-11 13:12:24 -04:00
WandererFan
6b9d422136
Protect EdgeWalker against bad input
2016-09-11 13:12:24 -04:00
WandererFan
1aec9b8ab7
Avoid Bnd_Box is void exception when shapes don't intersect.
2016-09-11 13:12:24 -04:00
WandererFan
5dacbe7514
Implement Cancel logic for TaskViewSection
2016-09-11 13:12:24 -04:00