Commit Graph

16636 Commits

Author SHA1 Message Date
Bernd Hahnebach
362d523e00 Arch: IFC import, use inverse attributes for reading properties 2019-08-07 21:58:55 +02:00
Bernd Hahnebach
ad8a81642c Arch: IFC import, only merge materials if they have same name and color 2019-08-07 21:58:48 +02:00
howetuft
7c48ad754c SMDS_VolumeTool.cpp: Fix compilation warning
Creating an explicit copy assignment operator for class XYZ, as implicit copy assignment operator is deprecated (-Wdeprecated-copy)
2019-08-03 13:36:30 +02:00
donovaly
7b315d3a15 DlgSettingsGeneral.ui: hide unused option from dialog 2019-08-02 17:39:48 +02:00
donovaly
c1ab62af64 TaskSketcherGeneral.ui: save horizontal space
The renderingOrder ListWidget consumes too much vertical space. In 99% of the cases it has only 3 entries but currently there is always space consumed for 10 entries.
Therefore use a size policy with 12 px for one entry and expanded if necessary to contain more entries
2019-08-02 17:28:02 +02:00
wmayer
b3e5fe56ce use shiboken version number to check for existence of Shiboken::ObjectType::typeForTypeName 2019-08-02 16:31:13 +02:00
wmayer
6ab7d261cc fix regression of previous commit and implement an alternative way to avoid MSVC compiler bug 2019-08-02 00:25:32 +02:00
wmayer
b23589d6af avoid including bitset header and Qt 5.12's qfloat16.h in the same compilation unit
Hints: qfloat16.h is included through PySide2 headers
       There is a compiler bug in VS 2017 so that the build stops (https://bugreports.qt.io/browse/QTBUG-72073)
2019-08-01 20:01:33 +02:00
sliptonic
755536e9df Merge pull request #2380 from Russ4262/patch-2
[Path] PathCircularHoleBase: Re-enable Final Depths below hole bottom
2019-07-31 13:51:56 -05:00
IMback
0795b6633d Make Deburr Pannel rasonably sized 2019-07-28 23:25:26 +02:00
Yorik van Havre
b013624ba8 Tools: added --gui option to fcinfo tool 2019-07-28 13:59:03 -03:00
Erni24
6b1be38f35 add relative permittivity to Air and Water 2019-07-27 21:18:32 +02:00
Yorik van Havre
1919659fad Tools: Small additional fix in fcinfo tool 2019-07-27 15:59:03 -03:00
Yorik van Havre
b351c3da5a Tools: More options to fcinfo tool 2019-07-27 15:48:51 -03:00
Yorik van Havre
e1b581a0a6 AddonManager: Don't check addons for updates if they have already been checked for updates 2019-07-26 22:21:51 -03:00
Russell Johnson
47f1213f7c Re-enable Final Depths below hole bottom
Also some flake8 cleanup and removal of unnecessary comments and code.
2019-07-26 14:17:57 -05:00
sliptonic
e28ec225f5 Merge pull request #2379 from Russ4262/patch-1
[Path] MillFace: SetupProperties() syntax correction for broken Job GUI fix
2019-07-26 13:51:04 -05:00
sliptonic
069c11bc69 Merge pull request #2377 from Russ4262/profile_faces_individually_fix
[Path] ProfileFaces: fix "HandleMultipleFeatures" set to "individually"
2019-07-26 13:50:45 -05:00
Russell Johnson
730efb9da6 Fix: SetupProperties() syntax correction
Job GUI broken due to SetupProperties() syntax error
2019-07-26 11:18:49 -05:00
luz.paz
03054e8b98 [AddonManager] add cadquery addon logo 2019-07-26 10:54:44 -03:00
luz.paz
f98d03bfd9 [AddonManager] Use the correct case-sensitive name for external addons/wbs
Followup to PR #2369  
* made appropriate addons/wbs lowercase
* used the correct case-sensitive spelling and formatting for addons/wbs  
* updated .qrc file  
* removed glider wb icon and mention in .qrc
2019-07-26 10:54:44 -03:00
vocx-fc
364e3927c1 Draft: improved the style of the code, checked with flake8 2019-07-26 10:54:01 -03:00
vocx-fc
edaf03b0a4 Draft: improved Python style, checked with flake8 2019-07-26 10:54:01 -03:00
hlg
110649621e handle projects without sites gracefully 2019-07-26 10:45:25 -03:00
hlg
0dd7aaaeab Arch: populate and read compass rotation from and to IFC RC true north 2019-07-26 10:45:25 -03:00
hlg
be661ad947 Arch: fix IFC import for groups with non-ascii names 2019-07-26 10:45:25 -03:00
luz.paz
5722294160 [AddonManager] rename logos so they mirror their WB name 2019-07-25 23:42:42 -03:00
Syres916
7674502063 [Draft] ImportSVG apply suggested changes
along with two bug fixes subsequently detected in testing
2019-07-25 23:36:34 -03:00
Syres916
3db7496ebf [Draft] ImportSVG - Set DPI automatically where possible
...otherwise request user input
2019-07-25 23:36:34 -03:00
luz.paz
fc7675d6ef Follow up fixes 2019-07-25 23:34:12 -03:00
donovaly
c32056cf86 preferences-ifc.ui; some more requested whitespace fixes 2019-07-25 23:34:12 -03:00
donovaly
b6da0b8108 preferences-ifc.ui: requested whitespace fixes 2019-07-25 23:34:12 -03:00
donovaly
91db048463 add, update and uniform tooltips for Arch preferences 2019-07-25 23:34:12 -03:00
Russell Johnson
f2221e8d5a ProfileFaces: fix "HandleMultipleFeatures" set to individually
Summary condition produced error and no paths; corrected subshape passed to getEnvelope().
Removed unnecessary comments.
Simplified debug level setting.
2019-07-25 14:54:22 -05:00
sliptonic
8806e44906 Merge pull request #2373 from kreso-t/master
PathAdaptive:  bugfix
2019-07-24 08:22:46 -05:00
sliptonic
d8c8af04b3 Merge pull request #2366 from Russ4262/3D_Pocket_upgrade
[Path] 3D Pocket: upgrade to adaptive start and finish
2019-07-24 08:21:52 -05:00
sliptonic
f1fb1686a3 Merge pull request #2368 from Russ4262/patch-1
[Path] Auto prefix job template filename on save
2019-07-24 08:21:05 -05:00
sliptonic
d83abca57f Merge pull request #2367 from Russ4262/MillFace_upgrade
[Path] MillFace: add feature - exclude raised areas
2019-07-24 08:20:30 -05:00
Bernd Hahnebach
96b74022e3 Arch: ifc import, move getting the property relation table in separate method 2019-07-24 08:20:09 +02:00
Bernd Hahnebach
e1cb4f2093 Arch: ifc export, move get property data out of FreeCAD property schema in separate method 2019-07-24 07:53:04 +02:00
Bernd Hahnebach
1ab46c2e25 Arch: ifc import, move reading ifc attributes in separate method 2019-07-24 07:52:55 +02:00
Bernd Hahnebach
590c7fd9d3 Arch: ifc, some new lines 2019-07-24 07:52:46 +02:00
kreso-t
8a3434676d PathAdaptive: bugfix
fix for "path to nowhere" that occurs on some enviroments
2019-07-23 23:07:34 +02:00
Russell Johnson
6ddab6e20c MillFace: add feature - exclude raised areas
new feature enabled by name, excludes raised areas inside face, but mills over pockets and holes.

Apply 'ExcludeRaisedAreas' to all BoundaryShapes

Add algorithm to apply 'ExcludeRaisedAreas' to Stock and BoundBox
2019-07-23 04:54:01 -05:00
wandererfan
506886f388 [TD]Fix Svg Export Scaling issue
- change target rectangle for render to match source
- add param for endcap style (.../General/EdgeEndCap)
2019-07-22 19:38:07 -04:00
wmayer
df05840212 handle gimbal lock when converting between quaternion and Euler angles (issue #0004062) 2019-07-22 16:31:42 +02:00
Russell Johnson
2212a4e4dc Auto prefix job template filename
Code checks for user-entered prefix of "Job_" (case-insensitive). If missing, prefix is added before saving template.
2019-07-22 01:22:51 -05:00
Russell Johnson
082c44464b 3D Pocket: upgrade to adaptive start and finish
apply algorithms to some pockets to eliminate air milling and adapt start and finish heights and paths to top and bottom of certain pockets.
Depth correction & flake8 formatting
use list to track successive cuts so variations of settings are tracked and applied correctly
Apply faceType specific depth calculations
Planar face requires one depth source, non-planar requires a different source.
2019-07-21 21:21:24 -05:00
Yorik van Havre
bd7dd045b3 Test: Allow WBs to know they are being run under test environment 2019-07-21 19:01:39 -03:00
donovaly
07a80bc24c update and reshape tooltips for FEM import-export settings 2019-07-21 19:19:46 +02:00