Commit Graph

13540 Commits

Author SHA1 Message Date
Bernd Hahnebach
7d154777bd FEM: menue names, use better readable names and use same typo system 2018-08-07 16:57:00 +02:00
Bernd Hahnebach
d546e41923 py3: define more unicode for python3, see commit 421afe84 2018-08-07 16:57:00 +02:00
wmayer
4bf5a5f3b3 backport to OCCT < 6.8 2018-08-07 16:56:33 +02:00
wmayer
4ec1c8c29f fix exception raised on project load for invalid enums 2018-08-07 15:23:56 +02:00
looooo
2ceee5b915 py3: define unicode for python3 2018-08-06 19:24:38 +02:00
Zheng, Lei
4028057b3c PropertyPartShape: remove CopyShapeOnSave parameter 2018-08-06 19:01:37 +02:00
Zheng, Lei
3f924c0cbe App::Document: enable saving with binary brep 2018-08-06 19:01:21 +02:00
Zheng, Lei
94940c8471 PropertyPartShape: fix brep shape saving without copy 2018-08-06 19:01:09 +02:00
Zheng, Lei
54904d2f16 PropertyPartShape: add parameter to disable copy on save
By default PropertyPartShape uses BRepBuilderAPI_Copy to copy the shape
on saving, to get rid of the triangulation. However, OCCT seems to
perform a deep copy and shape sharing information is lost.

A new parameter, BaseApp/Preferences/Mod/Part/General/CopyShapeOnSave,
is added to disable this.
2018-08-06 19:00:58 +02:00
wmayer
2a36f5c944 fix infinite recursion in case of non-DAG documents 2018-08-06 18:52:48 +02:00
wmayer
cc737339ad paralleization of transformation and bounding box calculation 2018-08-06 18:52:01 +02:00
Yorik van Havre
ce2e89ad02 Arch: Discard faces without nornals in IFC exporter 2018-08-06 10:55:29 -03:00
wmayer
228b63e1f9 fix possible UNICODE related build failure due to OCCT cmake flags 2018-08-06 12:29:43 +02:00
wmayer
d1a051721d fix build failure on Linux 2018-08-06 10:16:18 +02:00
wmayer
a0be7c3eff fix macOS build failure of MeshGui 2018-08-05 22:08:46 +02:00
wmayer
6c7bdbb558 [WIP] add box selection to select individual faces 2018-08-04 19:37:49 +02:00
wmayer
e4976a4997 fix explosion of face colors dialog if too many faces are selected 2018-08-04 18:16:05 +02:00
wmayer
9f8a47b605 add protected default constructor of SelectionFilterGate to simplifiy writing of sub-classes 2018-08-04 16:52:57 +02:00
Yorik van Havre
02868667dc Draft: Allow to turn off Draft verbose output in preferences 2018-08-03 19:07:59 -03:00
luz.paz
27c6ebc347 AddonManager: expand dialog window
Closes https://github.com/FreeCAD/FreeCAD-addons/issues/74
2018-08-03 10:31:44 -03:00
wmayer
6080cef0cc replace Qt's OpenGL buffer with own implementation based on Coin3d API 2018-08-03 13:07:55 +02:00
Yorik van Havre
7519daaa2d AddonManager: Support for Mario's template for externally hosted macros 2018-08-02 11:47:29 -03:00
Yorik van Havre
c18fed19cc Arch: Fixed orientation of CTH profile 2018-08-01 22:16:50 -03:00
Yorik van Havre
f68f3140af Draft: better tooltip for copy mode option 2018-08-01 21:50:44 -03:00
Eivind Kvedalen
e37f3827fd Fixed issue #3506: Certain alias names with a number at the end caused exceptions when deleting cells in a spreadsheet. 2018-08-01 19:23:16 -03:00
Benjamin Alterauge
4b2d48a6f8 Update Draft.py 2018-08-01 19:22:45 -03:00
Yorik van Havre
1872fd0cd9 Arch: support of stacked groups in IFC and added Internal property to Spaces 2018-08-01 15:50:14 -03:00
Yorik van Havre
f6aa227be6 Arch: Fixed export to IFC of standalone axes 2018-07-31 19:20:13 -03:00
Yorik van Havre
e803932e18 Arch: small bugfix in material creation 2018-07-31 18:31:43 -03:00
Eivind Kvedalen
edb44f5051 Spreadsheet: Fixed issue #3361. 2018-07-31 16:11:37 -03:00
Eivind Kvedalen
158887ce77 Revert "fixes #0003361: Spreadsheet: Inserting Row Cause Crash - FC Daily v0.17"
This reverts commit 735932edb4c4f824795bf160351debc2c3800ed7.
2018-07-31 16:11:37 -03:00
wandererfan
069c0cf235 Fix text position in Diamter Dim 2018-07-31 16:08:48 -03:00
wandererfan
2d5bcce035 Fix default Vertex color 2018-07-31 16:08:48 -03:00
wandererfan
f9aa3ea957 Fix iso View position in AutoDistribute 2018-07-31 16:08:48 -03:00
wmayer
5380a03266 add option to resize datum planes manually 2018-07-30 22:31:24 +02:00
wmayer
07be6e30bf add cmake file for thumbnail provider 2018-07-30 16:38:55 +02:00
wmayer
53bd021b97 improve exception handling in ViewProvider::eventCallback 2018-07-30 12:25:54 +02:00
wmayer
80cd28bec9 comment out unused icons (to fix C2603 MSVC error) 2018-07-30 09:52:41 +02:00
Abdullah Tahiri
182811ae47 Sketcher: Fix typos 2018-07-30 00:47:26 +02:00
Abdullah Tahiri
6a5d26ca76 Sketcher: Fix Radius/Diameter shortcut 2018-07-30 00:47:26 +02:00
Abdullah Tahiri
e2d6ca5ca6 Sketcher: Add diameter constraint to the menu and the toolbar
fixes #1632
2018-07-30 00:47:25 +02:00
Abdullah Tahiri
db3834a598 Sketcher: Geometry Element Widget Support for Diameter Constraint shortcuts 2018-07-30 00:47:25 +02:00
Abdullah Tahiri
12025a02ed Sketcher: Constraint Widget support for the diameter constraint 2018-07-30 00:47:25 +02:00
Abdullah Tahiri
1e2b7e4051 Sketcher: Support for editing datum dialog 2018-07-30 00:47:24 +02:00
Abdullah Tahiri
a7870959d3 Sketcher: Diameter Constraint Property representation 2018-07-30 00:47:24 +02:00
Abdullah Tahiri
f6a9c353cb Sketcher: New command to add a Diameter Constraint 2018-07-30 00:47:24 +02:00
Abdullah Tahiri
ac00f6bba2 Sketcher: Diameter constraint art 2018-07-30 00:47:23 +02:00
Abdullah Tahiri
3d000b2615 Sketcher: ViewProvider representation of the Diameter Constraint 2018-07-30 00:47:23 +02:00
Abdullah Tahiri
174c96dca8 Sketcher: Double arrow label for Diameter Constraint 2018-07-30 00:47:20 +02:00
Abdullah Tahiri
49a71e9399 Sketcher: Python SketchObject support 2018-07-30 00:47:20 +02:00