Commit Graph

10514 Commits

Author SHA1 Message Date
wandererfan
2760dabb3c Format Dxf Group Codes as 3 chars 2018-05-30 19:06:58 -03:00
wandererfan
3b02ff2a94 Fix typo in AddonManager 2018-05-29 09:57:10 +02:00
wandererfan
73d597710f Write Dimension Blocks to Dxf file 2018-05-28 19:54:45 +02:00
wandererfan
064a261cc2 Add Header with version to dxf output file 2018-05-28 19:54:45 +02:00
wandererfan
a6e9eec5ad Avoid Qt warning re mdi window not in workspace 2018-05-28 13:27:11 -04:00
wandererfan
c96d72bd67 Ignore selection changes while closing Page 2018-05-28 13:26:26 -04:00
Janne Keränen
6781a8167f Correct small bug in CompoundFilter in command line
Without this, CompoundFilter does not work in Python script in non-GUI-mode.
See:
https://forum.freecadweb.org/viewtopic.php?f=10&t=27593&p=222303
and
https://www.freecadweb.org/tracker/view.php?id=3381
2018-05-28 16:55:15 +02:00
pekkaroi
8b0b3df76c PathSimulator, fix typo false->False 2018-05-28 10:27:53 -03:00
pekkaroi
1a3996783e Improve backwards compatibility 2018-05-28 10:12:07 -03:00
pekkaroi
0c90118cb3 Cleaning 2018-05-28 10:12:06 -03:00
pekkaroi
3895c9a492 Improved naming of the new parameters 2018-05-28 10:12:06 -03:00
pekkaroi
1aa8601e07 Add IgnoreAbove parameter to not generate ramp above certain heights 2018-05-28 10:12:03 -03:00
Bernd Hahnebach
6476cf4c6b FEM: mesh netgen command, fix meshing while task panel is opened 2018-05-28 12:22:11 +02:00
Bernd Hahnebach
fbf96728b8 FEM: material editor, add it to materials menue 2018-05-28 08:58:17 +02:00
Bernd Hahnebach
24a21ce83f FEM: menue entries, add submenue for materials 2018-05-28 08:58:17 +02:00
Bernd Hahnebach
c7879c28fe FEM: selection widget module, fix console print message 2018-05-28 08:58:17 +02:00
Bernd Hahnebach
be28744829 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
7512fb5628 FEM: material widget, add button to fix material property editing 2018-05-28 08:58:10 +02:00
Abdullah Tahiri
468946bcde Sketcher: Fix crash on applying dimensional constraint to external element 2018-05-27 19:43:05 +02:00
wmayer
0425c7f3c8 fixes #0003493: Python Shape.isClosed() returns false for any solid, including primitive Parts 2018-05-27 15:10:44 +02:00
wmayer
4b089f9667 fix inconsistency with default value of random shape color 2018-05-26 18:52:58 +02:00
Yorik van Havre
934603b604 Draft: Fixed draft2sketch not working with ellipses 2018-05-25 18:48:04 -03:00
Mark Ganson TheMarkster
e0ef642d24 fix copy/paste error, add back 3 lines
Good catch, Yorik.  I never intended to remove those lines.  Must have happened when I was editing the documentation string.
2018-05-25 17:26:00 -03:00
Mark Ganson TheMarkster
f9212edc6d Update Draft.py 2018-05-25 17:26:00 -03:00
Mark Ganson TheMarkster
e74a18f09c Update Draft.py 2018-05-25 17:26:00 -03:00
DeepSOIC
0c4c04156c Part: fix imports of Show.TempoVis 2018-05-25 17:24:57 -03:00
DeepSOIC
78f054f09f Show: improve container support 2018-05-25 17:24:57 -03:00
DeepSOIC
0511284f08 Show: toggle support for sketch clipping plane 2018-05-25 17:24:57 -03:00
DeepSOIC
7edfe0f26e Show: fixes 2018-05-25 17:24:57 -03:00
Abdullah Tahiri
ab478f947c Sketcher: Section Command enabling the clipping planes 2018-05-25 17:24:57 -03:00
Abdullah Tahiri
c3f0513cca Sketcher: Section view artwork 2018-05-25 17:24:57 -03:00
DeepSOIC
bd442192fb Show: fix forgotten cmakelists 2018-05-25 17:24:57 -03:00
DeepSOIC
75ba527311 Show: more fixes 2018-05-25 17:24:57 -03:00
DeepSOIC
1bf9da8a2a TempoVis: Clip Plane Support 2018-05-25 17:24:57 -03:00
looooo
9fb122008b 2to3: port some missing print statements 2018-05-23 19:13:54 +02:00
looooo
ab3ec6cc73 py2 fix: open doesn't accept encoding attribute 2018-05-23 19:13:54 +02:00
looooo
71dd8934a7 add python syntax checker 2018-05-23 19:13:54 +02:00
looooo
c801808bed python syntax checker: remove some strange leading characters 2018-05-23 19:13:54 +02:00
looooo
8e8d0d0cba py3: Import: 2to3 2018-05-23 19:13:54 +02:00
looooo
ec22a90789 py3: fem: fix gmsh bytes problem 2018-05-23 19:13:54 +02:00
wmayer
4682b4fd25 fix -Wparentheses-equality 2018-05-23 18:40:47 +02:00
Bernd Hahnebach
2ef1d2f363 FEM: geometric selection widget, more errors as popups, better clear selection 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
253b3a5233 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
fa484c65d3 FEM: default display mode, name it Default as it is done in all other FEM obj where a Default display mode is needed 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
5ac8431a17 FEM: selection observer, move class into selection widgets module 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
c574fb2760 FEM: Python obj VP, code formating 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
964ede3f4c FEM: Python geometry selection class, use it for material obj 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
eb88c9045c FEM: Python geometry selection class, use it for gmsh mesh boundary layer 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
6a2ac85d59 FEM: Python geometry selection class, use it for gmsh mesh group 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
5f66ca215a FEM: Python geometry selection class, adapt it to Solid selection and use it for gmsh mesh region 2018-05-23 17:59:29 +02:00