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
d223e326ce
make Cloud module compile on Win32, still needs some porting
2019-09-03 17:21:14 +02:00
Jean-Marie Verdun
c4b0073022
Fix copyright
2019-09-03 17:21:11 +02:00
Jean-Marie Verdun
ee530a4634
Fix some copyright issues reported by luzpaz
...
Fix some typos reported by kkremitzi
Remove resetTouched which was dead code following update on Document management
2019-09-03 17:21:08 +02:00
Jean-Marie Verdun
ead104fe0f
Update licensing part of the code
2019-09-03 17:21:07 +02:00
Jean-Marie Verdun
27e7b9913a
Add initial version of the Cloud workbench
2019-09-03 17:21:05 +02:00
Yorik van Havre
b8de57d38e
Draft: Show info message if an object cannot be scaled
2019-09-03 11:55:07 -03:00
luz.paz
4e132d2127
FEM: fixed recent typo introduced in 03fc637bfc
2019-09-03 11:11:43 -03:00
luz.paz
f22ae848ea
Fix misc. typos, whitespace, and http:// to https:// issues
2019-09-03 11:11:43 -03:00
Yorik van Havre
864619fcec
Draft: Moved SelectPlane stuff from DraftGui to its own ui file
2019-09-02 22:15:58 -03:00
Yorik van Havre
9fb6aec313
Split Draft_SelectPlane and DraftSetWorkingPlaneProxy to a separate file
2019-09-02 17:23:57 -03:00
carlopav
b08dc749fe
[Draft] Edit by default one object at once
...
Small optimization and set max number of edited objects to 1
2019-09-02 16:13:08 -03:00
carlopav
0dbd1201f5
[Draft] Edit: Allow multi object editing
...
Modified to accept multiple object (max 5). The tool set EditTrackers for every selected object. Then edited object is identified using clicked EditTracker.
2019-09-02 16:13:08 -03:00
carlopav
76bac3099e
Allow for multiple object trackers + 1 line sketch edit
...
self.trakers is changed from list to dictionary. It now stores EditTrackers with {'object':[pointlist]}. Initial implementation is to allow editing wall height and wall base object.
2019-09-02 16:13:08 -03:00
carlopav
365e93c598
[Draft] Edit: Refactored object selection + bug on wall editing
...
Draft edit now get the editing object from data stored inside the EditTracker. This is the first step towards implementation of multi object editing.
2019-09-02 16:13:08 -03:00
carlopav
daa035870a
[Draft] Edit: fixed bug with dimensions
...
Update function always receive global vector as target of the transformation.
2019-09-02 16:13:08 -03:00
carlopav
954a8d3aca
[Draft] Edit: use lineui instead of pointui
...
use lineui for editing instead of pointUi and minor documentation changes
2019-09-02 16:13:08 -03:00
carlopav
e06fb52bd0
[Draft] Edit: separate selectstate functions
...
Separated functions that save, restore and set the select state of edited object from main functions.
2019-09-02 16:13:08 -03:00
Dion Moult
3c52a3c2d1
Fix UI labels and unit type to be angle instead of length when doing draft rotate
2019-09-02 16:05:36 -03:00
Bernd Hahnebach
cab9145a81
FEM: gmsh tools, fix writing groups and reactivate unit test for solve frame work
2019-09-02 19:50:41 +02:00
Bernd Hahnebach
6c8163e091
FEM: unit test, temporary deactivate solver frame work unit test, due to some changes in gmsh tools
2019-09-02 19:23:46 +02:00
Bernd Hahnebach
f1d80cb062
FEM: gmsh tools, rename dirs
2019-09-02 19:11:28 +02:00
Bernd Hahnebach
3bfcd36649
FEM: gmsh tools, move start logs in separate class method
2019-09-02 19:11:20 +02:00
Bernd Hahnebach
9cc8f6eb66
FEM: gmsh tools, make temp mesh files for gmsh unique
2019-09-02 17:59:24 +02:00
Bernd Hahnebach
b17dbedcee
FEM: gmsh tools, improve comments
2019-09-02 17:59:11 +02:00