Commit Graph

17206 Commits

Author SHA1 Message Date
Daniel Wood
c3e7d7c73f Add tool height offsets to Linuxcnc_post 2019-09-06 12:29:25 +01:00
wmayer
6195b5e9ef avoid explicit cast to ZipInputStream in Gui::Dcoument class 2019-09-06 12:37:09 +02:00
Bernd Hahnebach
27cb54009b Update codeformating.md 2019-09-06 07:58:00 +02:00
Bernd Hahnebach
103b5e1341 FEM: update in codeformating rules 2019-09-06 07:55:23 +02:00
Yorik van Havre
6cb7ddc74f Draft: Allow to set a default camera height 2019-09-05 20:50:29 -03:00
Bernd Hahnebach
ad03ee9bdf FEM: codeformating, add a file with some information 2019-09-06 00:11:29 +02:00
sliptonic
f815955af7 Merge pull request #2496 from dubstar-04/feature/coolant-management
[Path] Add the coolant dropdown to the 3D Surface Op
2019-09-05 17:02:53 -05:00
Bernd Hahnebach
d01581f14f FEM: some small code formation 2019-09-05 23:08:27 +02:00
Bernd Hahnebach
791ca31552 FEM: test main module, use single quotes instead of double ones 2019-09-05 22:32:54 +02:00
Bernd Hahnebach
ba51d1bf01 FEM: results, use single quotes instead of double ones 2019-09-05 22:32:48 +02:00
Bernd Hahnebach
021e5de27d FEM: objs, use single quotes instead of double ones 2019-09-05 22:32:42 +02:00
Bernd Hahnebach
3a064cfa43 FEM: utils, use single quotes instead of double ones 2019-09-05 22:32:37 +02:00
Bernd Hahnebach
21b756b3db FEM: gui objs, use single quotes instead of double ones 2019-09-05 22:32:32 +02:00
Bernd Hahnebach
516d087dde FEM: examples, use single quotes instead of double ones 2019-09-05 22:32:26 +02:00
Bernd Hahnebach
9217a08601 FEM: mesh package, all left code, use single quotes instead of double ones 2019-09-05 22:32:20 +02:00
Daniel Wood
25cd9861fa Merge branch 'master' into feature/coolant-management 2019-09-05 18:15:45 +01:00
Daniel Wood
df477ff18f Add the coolant dropdown to the 3D Surface Op 2019-09-05 18:12:41 +01:00
wmayer
12e92fef31 encode keys of PropertyMap when saving as XML 2019-09-05 18:51:35 +02:00
Bernd Hahnebach
f1e963c8fb FEM: gmsh tools, new lines and comments 2019-09-05 18:33:04 +02:00
Bernd Hahnebach
68e555df7e FEM: ccx tools, use single quotes instead of double ones 2019-09-05 18:25:07 +02:00
Bernd Hahnebach
b6ce20ae64 FEM: solver calculix, use single quotes instead of double ones 2019-09-05 18:25:02 +02:00
Bernd Hahnebach
30b536b8e8 FEM: solver elmer, use single quotes instead of double ones 2019-09-05 18:24:55 +02:00
Bernd Hahnebach
372f22ee2c FEM: solver z88, use single quotes instead of double ones 2019-09-05 18:24:41 +02:00
Bernd Hahnebach
9823d0a194 FEM: solver writer base, use single quotes instead of double ones 2019-09-05 18:24:34 +02:00
Bernd Hahnebach
e0fde7ff8c FEM: solver run and settings, use single quotes instead of double ones 2019-09-05 18:24:32 +02:00
vocx-fc
e9f60b9191 Draft: importDXF, improved coding style, so it is closer to PEP8; spaces around commas and operators, and shorter lines (80 characters max) 2019-09-05 11:29:36 -03:00
vocx-fc
c3b07a9715 Draft: DraftFillet clarified comment 2019-09-04 23:14:55 -03:00
vocx-fc
343397504b Draft: DraftFillet, added option for turning the fillet into a chamfer, as the DraftGeomUtil.fillet() function supports it 2019-09-04 23:14:55 -03:00
vocx-fc
f54000a6b0 Draft: DraftFillet, provide module docstring and Doxygen documentation marks 2019-09-04 23:14:55 -03:00
vocx-fc
a2f65493a0 Draft: DraftFillet, improved the tool, now the radius of the tool can be selected when launched; the tool should work without needing to import DraftFillet manually 2019-09-04 23:14:55 -03:00
Yorik van Havre
d122d72c8d AddonManager: Better icons 2019-09-04 18:26:56 -03:00
Yorik van Havre
8de92d25c9 Gui: Use freedesktop name for the group icon so it can be displayed using the system theme 2019-09-04 17:36:13 -03:00
KeithSloan
349acc75ad Add support for extrude with an angle 2019-09-04 11:38:34 -03:00
DeepSOIC
3a48cad651 Sketcher: fix unnecessary filtering objects for TempoVis
TempoVis now should take care of it.

This was originally done to stop Drawing and TechDraw views pop up when closing a sketch the drawing depends on.
Now, TempoVis show_xxx and hide_xxx methods should auto filter out objects that are not in 3d view.
2019-09-04 11:37:48 -03:00
DeepSOIC
0c5eb5519f Sketcher: don't change camera zoom when creating a sketch 2019-09-04 11:37:48 -03:00
DeepSOIC
f8688d4277 Gui: add tags for TempoVis
Tags can be used to identify TV instances in the stack.  This is mostly for add-ons, for Part-o-magic in particular, who may want to insert some visibility automation in specific places in the stack.
2019-09-04 11:37:48 -03:00
DeepSOIC
1686931e38 Sketcher: add property to allow another workbench for sketch editing
+ use TempoVis for changing the workbench
2019-09-04 11:37:48 -03:00
DeepSOIC
6dcdc7fe22 Show: Tempovis stack support
Improvents:
* Allows using several tempovis instances in arbitrary order
* plugin system (SceneDetail), ease of extending
* Mild restore feature - more respect for changes made by user
* workbench switching support
* undo saveable changes for the time of writing a file

Regressions:
* Removed support for pickling (with hopes to reintroduce later)
2019-09-04 11:37:48 -03:00
vocx-fc
7969979686 Draft: importDXF, added docstrings to every function 2019-09-04 11:30:48 -03:00
Yorik van Havre
871de20dea fixed typo 2019-09-04 11:29:09 -03:00
Dietmar Czekay
7508daa2ad change "User defined" to "UserDefined"
changed "User defined" in src/Mod/Material/Templatematerial.yml and
src/Mod/Material/MaterialEditor.py
2019-09-04 11:29:09 -03:00
Dietmar Czekay
c3f0288ea5 add VacuumPermittivity and fix adding user values to material editor in FEM 2019-09-04 11:29:09 -03:00
Yorik van Havre
cf9bbe14fb Arch: small bugfix 2019-09-03 19:58:38 -03:00
Yorik van Havre
3f31c1db53 Arch: Further fix in material colors 2019-09-03 18:42:09 -03:00
mwganson
70d3983258 [Geometry check] open settings page first before running check, add 2 new navigation buttons: settings and results, allow to collapse results box 2019-09-03 17:37:48 +02:00
mwganson
c18dab4a75 [GeometryCheck] add new settings options 2019-09-03 17:37:34 +02:00
wmayer
bc4a220ad1 remove unused variable 2019-09-03 17:21:16 +02:00
wmayer
d223e326ce make Cloud module compile on Win32, still needs some porting 2019-09-03 17:21:14 +02:00
wmayer
10cd535ceb use shared_ptr to avoid possible memory leaks and improve exception-safety 2019-09-03 17:21:13 +02:00
Jean-Marie Verdun
c4b0073022 Fix copyright 2019-09-03 17:21:11 +02:00