Commit Graph

16946 Commits

Author SHA1 Message Date
Bernd Hahnebach
b3de11dbea FEM: gmsh tools, fix bracket error 2019-06-09 22:10:34 +02:00
Yorik van Havre
d818a96384 Arch: Fixed small bug in Wall task panel 2019-06-09 14:56:43 -03:00
sliptonic
d0f0cec15b Merge pull request #2242 from sliptonic/feature/editorresize
PATH:  Inspect editor now preserves last size and position
2019-06-08 21:02:50 -05:00
Bernd Hahnebach
6380b28e24 Materials: card reader, delete not needed variable 2019-06-08 22:35:26 +02:00
joha2
d78f5a1151 FEM: added import/export of mesh as YAML/JSON 2019-06-08 22:24:48 +02:00
Bernd Hahnebach
c1d0c9854e FEM: calculix writer, add reaction forces for constraint fixed 2019-06-08 22:24:48 +02:00
Bernd Hahnebach
2b1a235c43 FEM: vtk post, fix scalar clip task panel reopen values 2019-06-08 22:24:48 +02:00
Bernd Hahnebach
f68958cd07 Material: card reader, do not break reading if saved with depretiated writer 2019-06-08 22:24:48 +02:00
Bernd Hahnebach
5301013873 Material: card utils, do not fail to return card dicts if reading a card fails 2019-06-08 22:24:48 +02:00
wandererfan
6bb8f19b2c Fix misleading error messages in ProjGroup test 2019-06-08 12:25:00 -04:00
Abdullah Tahiri
aa9cd0d91c Partial Restore: ensure line segment length when x coordinate is exactly zero
fixes #4012
2019-06-08 16:52:49 +02:00
brad
f5495502a5 PATH: Inspect editor now preserves last size and position 2019-06-08 08:53:24 -05:00
wmayer
f8b715aa7c extend MeshPart.projectShapeOnMesh to allow list of points for projection, support keywords 2019-06-08 14:19:29 +02:00
wandererfan
4494d384a6 Fix overlap of dimension selection area 2019-06-07 22:13:16 -04:00
Yorik van Havre
3874ddab34 Arch: Added preferences to enable/disable automatic adding of default Site and Storey at IFC export 2019-06-07 17:21:11 -03:00
Yorik van Havre
6b55e0faec Arch: Use ifcopenshell.guid.new() to generate IFC UUIDs 2019-06-07 16:50:35 -03:00
wandererfan
89e18244e3 Remove Qt Creator file 2019-06-07 09:06:04 -04:00
Bernd Hahnebach
d74e30146d FEM: calculix writer, move some comments 2019-06-07 09:51:52 +02:00
wandererfan
3e0452417b Cosmetic CL for Section and Detail 2019-06-06 19:58:15 -04:00
wandererfan
f25826bba3 Change Face centerline command name and icon 2019-06-06 19:58:15 -04:00
wandererfan
93431edfba Initial version of Cosmetic Eraser 2019-06-06 19:58:15 -04:00
wandererfan
e0bf0b966c Handle multiple face selection 2019-06-06 19:58:15 -04:00
wandererfan
656e1654ff Initial working version Face Centerline 2019-06-06 19:58:15 -04:00
Bernd Hahnebach
58ebf3cbd2 FEM: ccx tools, some brackets where missing too ... 2019-06-06 15:03:37 +02:00
Bernd Hahnebach
760b5b76fe FEM: ccxtools, fix a syntax error, I wonder why flake8 did not find it ... 2019-06-06 14:57:38 +02:00
Yorik van Havre
39e748229e Draft: Renamed DWire to Polyline 2019-06-05 19:07:30 -03:00
Yorik van Havre
5ee99ca4ee Draft: Introduced Layers system (former VisGroup) 2019-06-05 18:47:01 -03:00
Bernd Hahnebach
9161a87853 FEM: solver run, add newline in error message 2019-06-05 21:49:16 +02:00
Bernd Hahnebach
28efbd2e75 Materials: editor, improve comments 2019-06-05 21:49:16 +02:00
Bernd Hahnebach
48f9ec37cf FEM: material task panel, fix opening of material editor with material attributes without card 2019-06-05 21:49:16 +02:00
Bernd Hahnebach
dd68022732 FEM: in out, z88 mesh, small improvements 2019-06-05 21:49:16 +02:00
wmayer
960d612547 disable ESC button support in View3DInventor::keyEvent() for Qt5 because changing MDI view mode causes rendering artifacts 2019-06-05 15:44:23 +02:00
wmayer
57b3ca6f77 set Qt::AA_ShareOpenGLContexts for Qt5.9 2019-06-05 09:43:47 +02:00
wmayer
2a1dd8415d Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication 2019-06-05 07:28:02 +02:00
wandererfan
0117bcd086 Hide nonGui Property ShowFrames 2019-06-04 15:41:41 -04:00
wandererfan
5cea2f83bc Fix "trails" on dim lines when zoomed in 2019-06-04 15:41:41 -04:00
wandererfan
7d6bc8d92c Clean up Scale retrieval 2019-06-04 15:41:41 -04:00
wandererfan
8e6dd25ad7 Fix overlap of line ends and arrowheads 2019-06-04 06:59:17 -04:00
Yorik van Havre
3a988baac9 Arch: Fixed Site not grouping correctly 2019-06-03 23:21:49 -03:00
Yorik van Havre
e2f65ef010 Draft: Fixed regressions in Scale tool + reimplemented Clone mode 2019-06-03 19:06:27 -03:00
Yorik van Havre
18e83c12f9 Merge branch 'master' of github.com:FreeCAD/FreeCAD 2019-06-03 17:48:15 -03:00
Yorik van Havre
b9bcffda03 Draft: Now uses general FreeCAD shape colors instead of defining its own 2019-06-03 17:47:39 -03:00
Bernd Hahnebach
6e5ec327c9 Materials: card writer, add whitspace between FreeCAD and version string 2019-06-03 22:17:50 +02:00
Dion Moult
25c1007676 Recognise gridColor config as an unsigned type
Forgot to commit this earlier
2019-06-03 16:50:21 -03:00
Dion Moult
687b2778d3 Add draft grid color setting 2019-06-03 16:50:21 -03:00
Dion Moult
61625b4bfb Let getSupport() check if WP mode is set to auto before changing WP needlessly
Also refactor getSupport() function to be a little bit more semantic and reduce nested if statements so logic is clearer.
2019-06-03 16:49:51 -03:00
Dion Moult
95378e5c6b Fix draft missing line tracker when snapper detects an object without any snap targets 2019-06-03 16:36:07 -03:00
Dion Moult
1c243cfc57 Add customisable in-command shortcut keys rather than hardcoding them 2019-06-03 16:31:25 -03:00
wmayer
3789a26014 add define to inactivate some code blocks if needed 2019-06-03 18:40:45 +02:00
Abdullah Tahiri
bd8fc5527c Travis: Make winpty failure not fail the build 2019-06-03 18:18:07 +02:00