Keith Sloan
5889e9b59d
First attempt at support for CSG text command
2016-09-22 10:18:25 -03:00
Keith Sloan
18bf6ee1ff
Remove swp files
2016-09-22 10:18:25 -03:00
Keith Sloan
a9173e95ab
First attempt at support for CSG text command
2016-09-22 10:18:24 -03:00
wmayer
2af6bb6e49
replace deprecated auto_ptr with unique_ptr
2016-09-22 13:01:20 +02:00
wmayer
7d38edb065
fix -Wextra in Part
2016-09-22 11:49:28 +02:00
wmayer
fb9cd567d3
fix msvc problems
2016-09-21 22:14:09 +02:00
wmayer
41b1eca0e7
fix -Wextra in Start & Web
2016-09-21 21:27:09 +02:00
wmayer
b34c9fec96
fix -Wextra in Test
2016-09-21 21:15:10 +02:00
wmayer
dec6897ec9
fix -Wextra in Points
2016-09-21 21:10:41 +02:00
wmayer
1e6dcabefc
fix -Wextra in FreeCADGui
2016-09-21 20:54:52 +02:00
Yorik van Havre
f50e5a552b
Arch: fixed error in IFC export (typo)
2016-09-21 15:14:37 -03:00
wmayer
c636974ec8
fix -Wextra in FreeCADApp
2016-09-21 16:05:36 +02:00
wmayer
39e589a4d7
fix -Wextra in FreeCADBase
2016-09-21 15:02:02 +02:00
wmayer
e725c7b207
avoid expensive fromUtf8 method where not needed
2016-09-21 11:42:23 +02:00
wmayer
0a71c00b22
for obj export only create mtl file if color is per face
2016-09-21 10:05:40 +02:00
wmayer
3d48566900
improve download manager
2016-09-21 10:04:42 +02:00
wmayer
7953b6ed4c
remove non-existing command Path_ToolLibraryEdit from list
2016-09-21 10:04:08 +02:00
Yorik van Havre
1e21d65562
Arch: Renamed Arch_ToggleSubcomponentDisplay command to Arch_ToggleSubs
2016-09-20 11:43:54 -03:00
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
Yorik van Havre
83be937f6a
Merge pull request #285 from DeepSOIC/PartOffset2D_fix1
...
Part: Offset2D: fix save-load instability (bug #2699 )
2016-09-19 15:34:51 -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