Bernd Hahnebach
6b387a511c
FEM: py code formating
2020-02-04 21:32:15 +01:00
Xia, Qingfeng
dfeb0518b7
Fem: bugfix for FluidMaterial does not show in FemMaterialTaskPanel
2020-02-04 21:20:31 +01:00
Bernd Hahnebach
1b647ef725
FEM: material task panels, add some newlines on logs
2020-01-05 19:26:10 +01:00
Bernd Hahnebach
448e9d7731
FEM: gui objs, use single quotes instead of double ones
2019-09-05 22:32:32 +02:00
Bernd Hahnebach
bddca5d68a
FEM: view provider material, use value error instead of bare except
2019-07-02 22:47:20 +02:00
Bernd Hahnebach
8c3cf6249b
FEM: lgtm, do not test if for a constant, because it will give the same result in any case
2019-06-29 13:22:23 +02:00
Bernd Hahnebach
4c643a0168
FEM: code formating, improve imports, get rid of E402 error
2019-06-16 23:21:38 +02:00
Bernd Hahnebach
55f316b0c9
FEM: material task panel, fix opening of material editor with material attributes without card
2019-06-05 21:49:16 +02:00
Bernd Hahnebach
a22afe84bc
FEM: material task panel, use quantity unit checks on leave task panel and return from material editor
2019-05-14 12:05:47 +02:00
Bernd Hahnebach
f98fd36788
FEM and Material: move FEM task panel to material card utils
2019-04-25 20:43:07 +02:00
Bernd Hahnebach
1e0ee41e7e
FEM: material task panel, use card path to start material editor
2019-04-25 20:43:07 +02:00
Bernd Hahnebach
72a15c0de5
FEM: material task panel, code formating and prints
2019-04-25 20:43:06 +02:00
Bernd Hahnebach
7583761936
FEM: material task panel, fix finding of cards on return of material editor
2019-04-23 09:13:14 +02:00
Bernd Hahnebach
46a9a2310e
FEM: material task panel, fix finding of cards without thermal properties on reopen
2019-04-23 09:13:12 +02:00
Bernd Hahnebach
f279b42ae2
FEM: material task panel, split card methods from task panel methods
2019-04-23 09:13:10 +02:00
Bernd Hahnebach
9d3141ce31
FEM: material task panel, code formating, line length, prints
2019-04-23 09:13:08 +02:00
Bernd Hahnebach
bec300e6b1
FEM: material task panel, do not change mat card if mat editor was canceled
2019-04-23 09:13:06 +02:00
Bernd Hahnebach
4cb913d12c
Material and FEM: card reader and writer, make sure to import the same in all modules
2019-04-23 09:13:02 +02:00
Bernd Hahnebach
071cb74a27
FEM: material task panel, fix it when Poissons Ration is given but empty
2019-03-12 10:45:58 +01:00
wmayer
99355b6fd2
fixes 0003823: FEM, unusable material property changing when using task panel
2019-02-18 23:26:00 +01:00
Bernd Hahnebach
951dc35ce4
FEM: material task panel, white space
2019-02-14 21:11:23 +01:00
Bernd Hahnebach
193a5cf472
FEM: material task panel, fix assignment and cancel by material editor
2019-02-04 22:18:54 -02:00
Bernd Hahnebach
6bf8d8f34f
FEM: material task panel, check for None instead of not
2019-02-04 22:18:54 -02:00
Bernd Hahnebach
976687ac66
FEM: material task panel, some comments
2019-02-04 22:18:54 -02:00
Bernd Hahnebach
ee851d777d
FEM: materials task panel, fix: if material editor was canceled the material params were set to 0
2019-02-01 11:27:48 -02:00
luz.paz
66e1fedd1a
FEM: Fix grammar
2019-01-30 11:08:03 -02:00
luz.paz
393e2d0f35
FEM: source comment typo fixes
2019-01-02 17:24:58 -02:00
Bernd Hahnebach
bbee961239
FEM: special character, Python seams not to like the ü of Jürgen even it is an comment
2018-11-26 09:10:17 -03:00
Bernd Hahnebach
bbcc6d0c34
FEM: code formating, flake8
2018-11-26 09:10:17 -03:00
luz.paz
912bce593b
FEM: make file headers title use the same schema in all fem(gui)objects/
...
Cherrypicked from femtemp f3212888c50d
+ 2 femobject uniformity fixes
fem(gui)objects leftover header copyright fix
2018-11-26 09:10:17 -03:00
Yorik van Havre
63bb7db4a6
Fixed coverity issues
...
184348 Bad use of null-like value
175794 Copy-paste error
172913 Copy-paste error
169506 Structurally dead code
169504 Bad use of null-like value
169013 Copy-paste error
2018-11-19 19:36:50 -02:00
Bernd Hahnebach
d8eb9dd470
FEM: code formating, cut lines with more than 200 diggits
2018-10-17 11:23:05 +02:00
luz.paz
892c64823f
FEM: Typos
2018-10-17 11:23:04 +02:00
Bernd Hahnebach
00ea89fc61
FEM: prefs, move material prefs from general tab into an own tab in FEM
2018-06-05 14:28:25 -03:00
Bernd Hahnebach
7031055d86
FEM: material task panel, remove matweb button and save mat card button as they are tools implemented in FreeCAD material editor
2018-06-01 08:21:23 +02:00
Bernd Hahnebach
4d9ab05188
FEM: material task panel, quite some changes:
...
- add Material editor for editing material parameters as well as load and save mat cards
- distinguish between 'card name' and the 'material name'
- reorganising codeg
2018-06-01 08:21:19 +02:00
luz.paz
af3ef5b19d
Misc. typos
...
Found via `codespell`
[skip ci]
2018-05-31 12:50:58 -04:00
Bernd Hahnebach
022c980977
FEM: Python VP, add return variable to unSetEdit methods and improve reseting the edit mode
2018-05-28 08:58:17 +02:00
Bernd Hahnebach
949084f056
FEM: material widget, add button to fix material property editing
2018-05-28 08:58:10 +02:00
Bernd Hahnebach
53ab4352ff
FEM: geometric selection widget, check to only allow to select one geometric shpape type for the list
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
6bb4e3a2ba
FEM: Python geometry selection class, use it for material obj
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
05384a8a8a
FEM: some Python constraint VP, add import of FemGui to get the icon in TreeView when there is no analysis and Fem is not loaded
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
f14eaa217f
FEM: Python object VP, add a pop up if a task panel is open while another one will be opened
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
f99d44ab8d
FEM: Python reference selection task panel, fix initial selection and selection after delete an item
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
e99e5794fd
FEM: Python constraints with ref shapes, add right click to delete all ref shape at once
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
995606a2fc
FEM: Python constraints, hide meshes while constraint task panel is opened
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
8243c7c194
FEM: python task panel with solid reference shapes, make solids better visible on click if they are in Compound or BooleanFragment
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
2e7af8c721
FEM: meshtools and dependent modules, add error message for retrieving solid elements if out of range
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
4878848548
FEM: code formating, no space after (
2018-05-23 17:59:29 +02:00
Bernd Hahnebach
4069177689
FEM: python objects task panel, clear selection on task panel close
2018-05-23 17:59:29 +02:00