Commit Graph

17927 Commits

Author SHA1 Message Date
Russell Johnson
8da553bd60 Add new property to SetupProperties()
StartRadius property addedd
2019-07-03 19:52:02 -05:00
Yorik van Havre
5bc05c28e6 Draft: Support of layers in DXF import 2019-07-03 21:49:50 -03:00
sliptonic
f705f6f40a Path: add helix start radius 2019-07-03 19:21:41 -05:00
sliptonic
2d8f7ef2b4 Merge pull request #2320 from Russ4262/pathhelix_fix
[Path] PathHelix: Fix `EnableRotation` property dependency
2019-07-03 15:36:12 -05:00
Russell Johnson
d5356d2c38 Fix EnableRotation property
PathCircularHoleBase uses `EnableRotation` property
2019-07-03 11:45:53 -05:00
wmayer
3203ace267 simplify handling of static Python libs 2019-07-03 16:09:47 +02:00
Yorik van Havre
622eadc80c StartPage: thumbnails for image formats, + use freedesktop thumbnails if available 2019-07-03 10:52:43 -03:00
sliptonic
dc439f6626 Merge pull request #2317 from mlampert/bugfix/path-job
Path: Bugfix/path job creation
2019-07-03 07:42:29 -05:00
Bernd Hahnebach
f60f8946ef FEM: unit tests, temporary deactivate one results stats test 2019-07-03 12:51:26 +02:00
Bernd Hahnebach
4c5bcf3dc1 FEM: objects, use same name system no matter if C++ or Python object 2019-07-03 12:43:27 +02:00
Bernd Hahnebach
3765de9ed9 FEM: vtk result pipeline, use log instead of message for debug 2019-07-03 12:43:19 +02:00
Bernd Hahnebach
68f3ffbf33 FEM: result tools, use log instead of message for debug 2019-07-03 12:43:11 +02:00
Bernd Hahnebach
431b0b0174 FEM: in out, z88 mesh, fix string replacements 2019-07-03 07:37:40 +02:00
Markus Lampert
6a7cd2c403 Fixed import of PostUtils 2019-07-02 21:16:53 -07:00
Markus Lampert
4527f7651b Fixed Job creation 2019-07-02 21:16:38 -07:00
Markus Lampert
d6a20be999 Fixed typo and py3 exception printing 2019-07-02 21:03:28 -07:00
luz.paz
ba6a6d63ee [StartWB] Re-added example files with saved thumbnails in their icons
These example files have been updated to include the graphical representation of their models in their logos (these were previously missing). Start WB will now display them correctly.  
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=3&t=37372&start=10#p318420
2019-07-02 20:05:45 -03:00
luz.paz
7777c8c019 [AddonManager] Add 3D Printing Tools WB logo 2019-07-02 20:05:07 -03:00
carlopav
bc04b67789 [Arch] Pipe : correctly orient profile on bezier curves
Added a small fix to correctly take into account the profile orientation when base object is a bezier curve. Should be useful for electrical wires and flexible pipe design.
2019-07-02 20:04:47 -03:00
carlopav
13563bdc73 [Draft] Edit: Fix bug in Bezcurve editing preview
Better handling of coincident point check.
2019-07-02 20:02:43 -03:00
Mark Ganson TheMarkster
3f8cd4a2a0 added UR_'s bugfix
https://forum.freecadweb.org/viewtopic.php?f=3&t=37382&start=10#p317980
2019-07-02 20:01:54 -03:00
Mark Ganson TheMarkster
18e39b5d90 fix bug in uninstalling macro 2019-07-02 20:01:54 -03:00
Bernd Hahnebach
2d7d6cfef6 FEM: view provider electrostatic potential, use value error instead of bare except 2019-07-02 22:56:06 +02:00
Bernd Hahnebach
95f3325986 Materials: delete duplicate import 2019-07-02 22:47:42 +02:00
Bernd Hahnebach
4883bd501a FEM: view provider calculix, get rid of a bare except 2019-07-02 22:47:31 +02:00
Bernd Hahnebach
f0df2aa658 FEM: view provider material, use value error instead of bare except 2019-07-02 22:47:20 +02:00
Bernd Hahnebach
fd5df98b6a FEM: result tools, check for NAN instead of bare except 2019-07-02 18:02:13 +02:00
sliptonic
0a1067801e Merge pull request #2313 from sliptonic/lgtm3
Additional LGTM cleanup of post processors and unneeded imports
2019-07-02 09:17:27 -05:00
sliptonic
651b356c55 Merge pull request #2315 from Russ4262/pathpocket_fix
[Path] PathPocket: Fix SetupProperties() syntax issue
2019-07-02 09:16:41 -05:00
Bernd Hahnebach
56918fdd48 FEM: mesh api, add comment 2019-07-02 16:08:19 +02:00
wmayer
71ff3123ee improve unicode support for Abaqus export 2019-07-02 15:42:16 +02:00
wmayer
db28dfbfb1 update bounding box if the placement of a geometry changes 2019-07-02 13:30:52 +02:00
Bernd Hahnebach
4dff5bb403 FEM: frd result reader, fix principal stress calculation if pure frd file was opened 2019-07-02 13:17:24 +02:00
Bernd Hahnebach
43061bc8ad FEM: frd result reader, fix compact mesh for multiple result sets if not compacted 2019-07-02 12:54:54 +02:00
Bernd Hahnebach
ce0fe2ec87 FEM: code formating, flake8 and white spaces 2019-07-02 12:54:50 +02:00
Bernd Hahnebach
6a8f6e2ac5 Materials: Py2 fix 2019-07-02 12:31:43 +02:00
wmayer
4b468ebed1 call updateData of base class for ViewProviderDragger and ViewProviderGeometryObject 2019-07-02 12:08:23 +02:00
Russell Johnson
af825250d8 Fix SetupProperties() property syntax issue
fix for SetupProperties() issue presented at:
https://forum.freecadweb.org/viewtopic.php?f=15&t=37368#p318253
2019-07-01 22:02:18 -05:00
sliptonic
dbbf1aaefe Merge pull request #2314 from mlampert/refactor/pylint-warning-cleanup
Path: Refactor/pylint warning cleanup
2019-07-01 21:20:12 -05:00
Markus Lampert
c5c976f204 Addressed pylint warnings for PathGeom 2019-07-01 15:58:34 -07:00
Markus Lampert
ed8911c9b7 Addressed pylint warnings for PathAreaOp 2019-07-01 15:49:38 -07:00
Markus Lampert
fe9e341835 Fixing additional warnings after merge 2019-07-01 15:49:31 -07:00
Markus Lampert
2a25993483 Catching new warnings due to merge 2019-07-01 15:32:54 -07:00
Markus Lampert
f34ac89266 switched to pylint3 and fixed additional warnings 2019-07-01 15:32:54 -07:00
Markus Lampert
04b4db1d8d Addressed pylint warnings for PathDressups 2019-07-01 15:32:54 -07:00
Markus Lampert
f16703e949 Addressed pylint warnings for PathPost 2019-07-01 15:32:54 -07:00
Markus Lampert
b552853027 Addressed pylint warnings for PathPreferences 2019-07-01 15:32:54 -07:00
Markus Lampert
71994e55fa Addressed pylint warnings for PathProfileFaces 2019-07-01 15:32:54 -07:00
Markus Lampert
68f839d86a Fixed pylint warnings for PathGui family 2019-07-01 15:32:54 -07:00
Markus Lampert
4e46bbf811 Fixed pylint warnings for PathUtil family 2019-07-01 15:32:54 -07:00