Commit Graph

16958 Commits

Author SHA1 Message Date
sliptonic
7d7fdbebdf Merge pull request #2251 from realthunder/PathFix
Path: handle PathAreaOp object migration
2019-06-10 16:44:11 -05:00
sliptonic
8ceb2aedd9 Merge pull request #2245 from sliptonic/lgtm
Path: lgtm Cleanup
2019-06-10 16:43:38 -05:00
Markus Lampert
13c76d412b More TC ui import cleanup 2019-06-10 23:21:52 +02:00
wandererfan
7805462377 Fix uncommanded format change & font size display 2019-06-10 15:52:59 -04:00
brad
33b6e25582 Path: remove unnecessary imports 2019-06-10 10:50:06 -05:00
brad
5a4c49da28 Path: post processor cleanup 2019-06-10 10:50:06 -05:00
brad
361bb6e3c8 Path: remove obsolete code 2019-06-10 10:50:06 -05:00
brad
8e372108b5 Path: lgtm Cleanup 2019-06-10 10:50:06 -05:00
Sviatoslav Sydorenko
1bc23c4454 Fix print function calls in CMakeLists for py3 2019-06-10 16:34:52 +02:00
Zheng, Lei
d280fc575b Path: handle PathAreaOp object migration 2019-06-10 09:29:01 +08:00
Anton Abrosimov
266933473f TechDraw: Templates for the Russian State standard for technical documentation 2019-06-09 19:45:06 -04:00
Yorik van Havre
6a0050d709 Arch: Added IFC pref option to export without adding a default building 2019-06-09 19:48:38 -03:00
Bernd Hahnebach
5d500f0ce8 FEM: gmsh tools, fix bracket error 2019-06-09 22:10:34 +02:00
Yorik van Havre
6c12bc83b5 Arch: Fixed small bug in Wall task panel 2019-06-09 14:56:43 -03:00
sliptonic
da83a707ba 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
4da861e8a7 Materials: card reader, delete not needed variable 2019-06-08 22:35:26 +02:00
joha2
36aa8e3b30 FEM: added import/export of mesh as YAML/JSON 2019-06-08 22:24:48 +02:00
Bernd Hahnebach
7644738dbd FEM: calculix writer, add reaction forces for constraint fixed 2019-06-08 22:24:48 +02:00
Bernd Hahnebach
dd57597710 FEM: vtk post, fix scalar clip task panel reopen values 2019-06-08 22:24:48 +02:00
Bernd Hahnebach
5a9ba2988d Material: card reader, do not break reading if saved with depretiated writer 2019-06-08 22:24:48 +02:00
Bernd Hahnebach
4431d30562 Material: card utils, do not fail to return card dicts if reading a card fails 2019-06-08 22:24:48 +02:00
wandererfan
a05e6339d7 Fix misleading error messages in ProjGroup test 2019-06-08 12:25:00 -04:00
Abdullah Tahiri
026254b8ff Partial Restore: ensure line segment length when x coordinate is exactly zero
fixes #4012
2019-06-08 16:52:49 +02:00
brad
019ba23d0c PATH: Inspect editor now preserves last size and position 2019-06-08 08:53:24 -05:00
wmayer
143a5ffe83 extend MeshPart.projectShapeOnMesh to allow list of points for projection, support keywords 2019-06-08 14:19:29 +02:00
wandererfan
4816755f42 Fix overlap of dimension selection area 2019-06-07 22:13:16 -04:00
Yorik van Havre
5deca3b667 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
0978993b0f Arch: Use ifcopenshell.guid.new() to generate IFC UUIDs 2019-06-07 16:50:35 -03:00
wandererfan
5f6a882c09 Remove Qt Creator file 2019-06-07 09:06:04 -04:00
Bernd Hahnebach
54c4b08e15 FEM: calculix writer, move some comments 2019-06-07 09:51:52 +02:00
wandererfan
5eb7145d97 Cosmetic CL for Section and Detail 2019-06-06 19:58:15 -04:00
wandererfan
9f3a61aec5 Change Face centerline command name and icon 2019-06-06 19:58:15 -04:00
wandererfan
4a2720cf51 Initial version of Cosmetic Eraser 2019-06-06 19:58:15 -04:00
wandererfan
448c68cd41 Handle multiple face selection 2019-06-06 19:58:15 -04:00
wandererfan
07e26d3624 Initial working version Face Centerline 2019-06-06 19:58:15 -04:00
Bernd Hahnebach
27555ad627 FEM: ccx tools, some brackets where missing too ... 2019-06-06 15:03:37 +02:00
Bernd Hahnebach
6529eeb456 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
35921443f0 Draft: Renamed DWire to Polyline 2019-06-05 19:07:30 -03:00
Yorik van Havre
2c918366e4 Draft: Introduced Layers system (former VisGroup) 2019-06-05 18:47:01 -03:00
Bernd Hahnebach
23d52a1bc0 FEM: solver run, add newline in error message 2019-06-05 21:49:16 +02:00
Bernd Hahnebach
d30c3fb1a0 Materials: editor, improve comments 2019-06-05 21:49:16 +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
41f72e6296 FEM: in out, z88 mesh, small improvements 2019-06-05 21:49:16 +02:00
wmayer
69cb43eebd 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
b35966cd00 set Qt::AA_ShareOpenGLContexts for Qt5.9 2019-06-05 09:43:47 +02:00
wmayer
c10de2f744 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
9cf127277d Hide nonGui Property ShowFrames 2019-06-04 15:41:41 -04:00
wandererfan
4e2dc942c0 Fix "trails" on dim lines when zoomed in 2019-06-04 15:41:41 -04:00
wandererfan
f012c6c72f Clean up Scale retrieval 2019-06-04 15:41:41 -04:00
wandererfan
6fb21ee8bc Fix overlap of line ends and arrowheads 2019-06-04 06:59:17 -04:00