Commit Graph

17305 Commits

Author SHA1 Message Date
Yorik van Havre
68f4eccc58 Arch: Added View clipping abilities to BuildingParts, like SectionPlanes 2019-07-06 20:22:30 -03:00
Yorik van Havre
7b031e2b26 Added default shortcut to Toggle Edit mode command 2019-07-06 17:15:24 -03:00
Yorik van Havre
169c975e19 Draft: Remember Offset copy mode separately from Move copy mode 2019-07-06 16:52:58 -03:00
Yorik van Havre
122dfd4a62 Draft: Set global copy mode to False by default 2019-07-06 14:05:31 -03:00
Yorik van Havre
4bbee73f8d Arch: Bugfixes in IFC exporter
- Wrong colors of multi-solid cloned objects
- Wrong geometry for multilayer walls based on single lines
- Wrong geometry for rotated solids inside multi-solid objects
2019-07-06 13:51:11 -03:00
Yorik van Havre
07d3423add Arch: Misc bugfixes 2019-07-05 20:58:44 -03:00
Yorik van Havre
20bdfee010 Arch: Material improvements (dynamic icon + button to invert composition of multimaterials 2019-07-05 20:57:22 -03:00
Bernd Hahnebach
8f0876c22f FEM: code formating, unit tests, objs 2019-07-05 23:07:56 +02:00
Bernd Hahnebach
2a6aa3a9f8 FEM: fluid 1D obj, typo 2019-07-05 22:46:41 +02:00
Bernd Hahnebach
87ff588154 FEM: unit tests, result stats, fix principal and shear stats 2019-07-05 22:46:31 +02:00
Bernd Hahnebach
0bbb2b611d FEM: unit tests, result stats, fix sabs for frequency results 2019-07-05 22:46:20 +02:00
Bernd Hahnebach
7cd8d7d5b1 FEM: unit tests, result stats, fix compare method and reactivate tests 2019-07-05 22:46:10 +02:00
wmayer
6e44433b8b activate/create 3d view when setting or getting active objects 2019-07-05 18:53:35 +02:00
wmayer
e07fe6376d Improve OBJ mesh export in case output format is not explicitly specified 2019-07-05 12:23:13 +02:00
Bernd Hahnebach
be1cc9ca9f FEM: unit test, fix stats compare calls and method, temporary deactivate some stats tests 2019-07-05 09:09:04 +02:00
Bernd Hahnebach
e56574f2a3 FEM: unit test, delete not needed pass 2019-07-05 09:08:53 +02:00
FelixLee
efc6d4f857 add zh_CN template sag files 2019-07-04 15:49:04 -04:00
FelixLee
bbbab316cb create README file in TechDraw Template zh_CN
create README file in TechDraw Mod Template directory .
2019-07-04 15:49:04 -04:00
Bernd Hahnebach
5a352ea639 FEM: solver fenics, fix fenics import test 2019-07-04 18:02:58 +02:00
Bernd Hahnebach
126cb4321b FEM: element flow 1D, deactivate not supported fluid types 2019-07-04 18:00:00 +02:00
Bernd Hahnebach
217d96e375 FEM: ccx writer, typo in var name 2019-07-04 17:59:53 +02:00
FelixLee
9ba307ff94 Add files via upload 2019-07-04 11:37:18 -04:00
wmayer
9152ca7250 for standard meshing algorithm copy color from face to segment 2019-07-04 16:57:08 +02:00
wmayer
830ddc75ca Add command to show mesh segments 2019-07-04 16:56:02 +02:00
wmayer
4c842f0e0c Store color information per segment 2019-07-04 16:55:03 +02:00
Yorik van Havre
4c63541a06 Draft: Proper support for layers in DXF import/export (py exporter) 2019-07-04 11:03:03 -03:00
Bernd Hahnebach
325321b5d3 FEM: gui commands, get rid of duplicate code 2019-07-04 09:58:39 +02:00
Bernd Hahnebach
641d10728b FEM: gui commands, rename all classes:
- delete Fem since we are in FEM workbench we only have FEM commands
- delete Command since we are in Python command module we only have Command classes
- this will simplify gui object creation
2019-07-04 09:58:30 +02:00
Bernd Hahnebach
d07c08c3a6 FEM: gui commands, rename some classes 2019-07-04 09:58:19 +02:00
sliptonic
a8d6bf703e Merge pull request #2321 from sliptonic/feature/helixstart
Path: add helix start radius
2019-07-04 00:27:28 -05:00
sliptonic
b351b0fb9a Merge pull request #14 from Russ4262/patch-1
Add new property to SetupProperties()
2019-07-03 21:58:10 -05:00
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