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 |
|
Markus Lampert
|
7518226d0f
|
Cleanup of PathLog for pylint warnings
|
2019-07-01 15:32:54 -07:00 |
|
Markus Lampert
|
fad9f77026
|
Cleanup of PathJobGui for pylint warnings
|
2019-07-01 15:32:54 -07:00 |
|
Markus Lampert
|
aaec4c0b37
|
Cleanup of PathMillFaceGui for pylint warnings
|
2019-07-01 15:32:54 -07:00 |
|
Markus Lampert
|
b7ace85341
|
Cleanup of PathIconViewProvider for pylint warnings
|
2019-07-01 15:32:54 -07:00 |
|
Markus Lampert
|
253f356285
|
Cleaned up pylint warnings for PathGetPoint
|
2019-07-01 15:32:54 -07:00 |
|
Markus Lampert
|
aef9969b13
|
Addressed pylint warnings for PathTool family
|
2019-07-01 15:32:54 -07:00 |
|
Markus Lampert
|
c870d3388d
|
pylint warnings for PathSelection
|
2019-07-01 15:32:54 -07:00 |
|
Markus Lampert
|
80e991a056
|
addressing pylint warnings for PathProfile family
|
2019-07-01 15:32:54 -07:00 |
|
Markus Lampert
|
7abb496144
|
addressed pylint warnings for PathPocket family
|
2019-07-01 15:32:54 -07:00 |
|
Markus Lampert
|
3098d75073
|
pylint cleanup for path setup sheet
|
2019-07-01 15:29:51 -07:00 |
|
Markus Lampert
|
2a97d558e8
|
pylint warning for PathDeburr
|
2019-07-01 15:29:51 -07:00 |
|
Markus Lampert
|
8896a84372
|
More dogbond pylint cleanup
|
2019-07-01 15:29:51 -07:00 |
|
Markus Lampert
|
a9b2e8e96f
|
Cleaned up warnings for PathEngraveBase
|
2019-07-01 15:29:51 -07:00 |
|
Markus Lampert
|
8769618cab
|
Fixed pylint warnings for PathDressupDogbone
|
2019-07-01 15:29:51 -07:00 |
|
Markus Lampert
|
c17989fede
|
Fixed pylint warnings for PathDressupTag
|
2019-07-01 15:29:51 -07:00 |
|
Markus Lampert
|
ef74365142
|
Fixed pylint warnings for PathSetupSheet
|
2019-07-01 15:29:51 -07:00 |
|
Markus Lampert
|
64bd8105a6
|
Some more pylint warning cleanup
|
2019-07-01 15:29:51 -07:00 |
|
Markus Lampert
|
6f52808e91
|
fixed pylint warning for PathOp
|
2019-07-01 15:29:51 -07:00 |
|
Markus Lampert
|
83581d7047
|
fixed pylint warning for PathJob
|
2019-07-01 15:29:51 -07:00 |
|
Markus Lampert
|
f45a11f4c3
|
Enabled all warnings in addition to errors for path linter
|
2019-07-01 15:29:51 -07:00 |
|
sliptonic
|
ecc3994337
|
path: LGTM cleanup post processors
|
2019-07-01 17:18:15 -05:00 |
|
sliptonic
|
02b68f36fb
|
Path: lgtm cleanup PathAreaOp
|
2019-07-01 17:18:15 -05:00 |
|
sliptonic
|
6ef06eaee3
|
Path: quiet lgtm about test imports
|
2019-07-01 17:18:15 -05:00 |
|
Bernd Hahnebach
|
20b78fca97
|
FEM: result reading, fix eigenmode number reading
|
2019-07-01 21:41:24 +02:00 |
|
Bernd Hahnebach
|
123dab7bb2
|
FEM: result gui, get rid of duplicate code
|
2019-07-01 21:41:15 +02:00 |
|