Jose Luis Cercós Pita
8b22b1d23d
Merge pull request #1 from oliveroxtoby/matplotlib_import_issue
...
Prevent matplotlib selecting the PyQt API instead of PySide2
2021-08-20 14:45:36 +02:00
Oliver Oxtoby
e7fcc25e87
Prevent matplotlib selecting the PyQt API instead of PySide2
2021-08-20 13:22:13 +02:00
Jose Luis Cercos-Pita
81c3c2260b
Enable plot module by default
2021-08-17 19:01:27 +02:00
Jose Luis Cercos-Pita
cb299c7088
Converted the Plot workbench into a module
2021-08-17 19:01:03 +02:00
Jose Luis Cercos-Pita
c80258e09e
Upgrade plot module to Qt5
2021-08-17 18:17:05 +02:00
Yorik van Havre
785a5023c4
Merge pull request #4885 from Roy-043/Draft_Fix_Array_Count_Issues
...
Draft: Fix Draft_PointArray and Draft_TwistedArray Count problems
2021-08-17 15:19:57 +02:00
Yorik van Havre
b21355685c
Merge pull request #4958 from paullee0/ArchWall_BugFixes_14
...
[ArchWall] Fix MakeBlocks to work if Base is Sketch with 1 edge only
2021-08-17 15:17:51 +02:00
Yorik van Havre
87ca66b9fc
Merge pull request #4950 from realthunder/FixLinkMode
...
App: fix LinkMode enforcement in Link on restore
2021-08-17 15:03:44 +02:00
0penBrain
9fe6b11d57
[PartDesign] Enable reverse ability for Pocket/UpToFace mode as it makes sense for curved faces
2021-08-17 12:07:02 +02:00
0penBrain
519dc3ac0a
[PartDesign] Add reverse ability for Pad/UpToFace mode as it makes sense for curved faces
...
And does not hurt/break in case face is reachable in only one direction
2021-08-17 12:07:02 +02:00
0penBrain
781867b9c2
[PartDesign] Restore 'Reversed' ability into Pocket/2dims mode
2021-08-17 12:07:02 +02:00
0penBrain
7459bbb14d
[PartDesign] Fix 'Reversed' no more available in Pad 'toFirst/toLast'
...
While useless 'Midplane' was still visible
Bug introduced in commit #695abed1, not fixed by commmit #7d9fd5e4
Also fixing some typos
2021-08-17 12:07:02 +02:00
Dirk Olbrich
8cee8adf5f
Fixes Xercesc include, harmonize XercesC_INCLUDE_DIRS statement ( #4960 )
...
* fix: typo for XERCESC_INCLUDE_DIRS
* fix: harmonize XercesC_INCLUDE_DIRS capitalization
2021-08-16 22:57:34 -05:00
luzpaz
eec971d87a
Draft: Fix LGTM 'test for equality' warning ( #4969 )
...
* Draft: Fix LGTM 'test for equality' warning
ref: https://lgtm.com/projects/g/FreeCAD/FreeCAD/alerts/?mode=tree&ruleFocus=7900090
* FEM: source comment typo fixes
2021-08-16 22:52:13 -05:00
Yorik van Havre
cc17c23e75
Merge pull request #4900 from sanguinariojoe/del_ship
...
Ship: Remove Ship module
2021-08-16 17:30:43 +02:00
paul
4c4c9f5e05
Merge branch 'master' into ArchWall_BugFixes_14
2021-08-16 23:26:45 +08:00
Yorik van Havre
7ee5eca590
Merge pull request #4954 from ageeye/FixDefaultShapeVertexColor
...
Part: Fix default shape vertex color
2021-08-16 16:23:18 +02:00
Yorik van Havre
fc8d786cb7
Merge pull request #4905 from Roy-043/Draft_fix_trimex_wrong_units
...
Draft: Draft_Trimex: Fix wrong angle units in task panel
2021-08-16 16:22:47 +02:00
Yorik van Havre
cb04363987
Merge pull request #4955 from paullee0/ArchWall_BugFixes_13
...
[ArchWall] Fix MakeBlocks to work if Base is Sketch
2021-08-16 14:36:11 +02:00
Yorik van Havre
d1ca1f19aa
Merge pull request #4967 from Syres916/patch-30
...
[Base/Gui] Bugfix Property Item formatting
2021-08-16 14:34:41 +02:00
Yorik van Havre
b8a2844cf9
Merge pull request #4968 from tomate44/patch-1
...
[Part] BugFix BSplineSurfacePyImp.cpp
2021-08-16 14:28:32 +02:00
Christophe Grellier
67ecfb6a1d
Update BSplineSurfacePyImp.cpp
...
Typo in setVKnot()
2021-08-15 11:16:01 +02:00
Tomas Pavlicek
bb44a4dd0e
TechDraw - Edit annotations via double-click
2021-08-15 00:16:57 +02:00
Ajinkya Dahale
78b644e313
[OpenSCAD] Fixes cut color while importing CSG ( #4920 )
...
* [OpenSCAD] Fixes cut color while importing CSG
Fixes #4684 .
For some reason colors of "base" and "tool" need to be set in order for the cut
to have colors as well, just like fuse and multifuse.
Also tidied up the relevant code portions a little.
Some testing might be needed.
* [OpenSCAD] Color settings for other booleans in importCSG
As per Keith's comments, this change extends recursive color setting to other
boolean features viz. `Part::Common` and `Part::MultiCommon`. Also possible to
add any other features needing the same treatment.
* Update importCSG.py
Remove unneeded parentheses and fix its/it's mixup
Co-authored-by: Kurt Kremitzki <kkremitzki@users.noreply.github.com >
2021-08-14 15:04:02 -05:00
sliptonic
0eecacd795
Merge pull request #4797 from Russ4262/feature/tile_job
...
[Path] GUI scripting support and other improvements
2021-08-14 09:26:25 -05:00
sliptonic
b7f6254ee2
Merge pull request #4815 from Russ4262/fix/GUI_issues
...
[Path] Fix GUI issues and minor code cleanup
2021-08-14 09:20:03 -05:00
Russell Johnson
f793e6a0d0
Path: Downgrade module's debug level to INFO
2021-08-13 19:02:40 -05:00
Russell Johnson
a69c72f540
Path: Auto-load the user-selected job for the simulator
...
Add code to auto-load the user-selected job in the simulator so manual selection is not necessary with multi-job documents.
2021-08-13 19:02:40 -05:00
Russell Johnson
92441bd594
Path: Changes to allow for Adaptive op defaults at job level
...
Add `SetupProperties()` function to Adaptive module.
Connect `SetupProperties()` function to GUI command resources.
Add string assignment for `App::PropertyPythonObject` property prototype
2021-08-13 19:02:40 -05:00
Russell Johnson
6059c8c870
Path: Add missing translate() function
2021-08-13 19:02:40 -05:00
Russell Johnson
d783d184fe
Path: Refactor PathBoundary algorithm to independent class
...
Relocate code for PathBoundary algorithm into an independent class allowing for usage without the Dressup object creation.
2021-08-13 19:02:40 -05:00
Russell Johnson
4c1951aedc
Path: Allow parent job assignment
...
Modifications focus on allowing the creation of operations to include direct provision of parent job.
Path: Remove `useGui` implementation
2021-08-13 19:02:40 -05:00
luzpaz
a5fcb3b225
[PartDesign] Expose WizardShaft/ strings to translation ( #4964 )
...
* [PartDesign] Expose WizardShaft/ strings to translation
* Correct use of double quotes
* [PD] Suggested changes in `Crowdin/pd-wizard-shaft` (#4 )
* [PartDesign] Use correct method name in `WizardShaft`
Use `QtCore.QT_TRANSLATE_NOOP` instead of `QT_TRANSLATE_NOOP` because latter is
not what is imported.
* [PartDesign] Remove undesired translations in `WizardShaftTable.py`
See comments by @chennes on PR#4964.
Co-authored-by: Ajinkya Dahale <AjinkyaDahale@users.noreply.github.com >
2021-08-13 18:16:42 -05:00
Syres916
ced5f31993
[Base] Remove one unnecessary precision level
2021-08-12 11:13:29 +01:00
Syres916
147e015fd2
[Base] Increase precision
2021-08-12 10:55:50 +01:00
Syres916
88aa1a796b
[Gui] PropertyItem change Base Quantity Format
2021-08-12 10:52:25 +01:00
Syres916
cf2b2fd8bf
[PD] Gui - Primitives change Base Quantity Format
2021-08-12 10:48:36 +01:00
luzpaz
68e06cc313
[PartDesign] Linting and cleaning superfluous whitespace ( #4851 )
...
* [PartDesign] Linted Mod/PartDesign/Scripts for pep8 compliance
* [PartDesign] Fix superfluous whitespace in WizardShaft/
* Added spaces per @chennes's feedback
2021-08-11 15:02:58 -05:00
Chris Hennes
ae4711cd89
Add PartDesign Python commands for translation ( #4961 )
...
Fixes #4583
2021-08-11 14:51:18 -05:00
Tomas Pavlicek
183415a6bb
TechDraw - Remove code artifacts from CommandDecorate.cpp ( #4904 )
2021-08-11 11:33:59 -05:00
Tomas Pavlicek
2a1597cded
TechDraw - Undo for Cosmetics Vertices and Lines
2021-08-11 10:07:02 +02:00
fandaL
df215f4fce
FEM:request for reaction forces on Constraint displacement
2021-08-11 10:02:40 +02:00
Chris Hennes
9af48f2709
[GUI] Add autoload option to Workbench preferences page ( #4957 )
...
* Add autoload option to Workbench preferences page
* Address bugs identified in the forum.
* Add forward declaration of QCheckBox
2021-08-10 20:33:03 -05:00
Bernd Hahnebach
4d56e7d1e6
FEM: examples, use correct constraint in information for mystran plate example
2021-08-10 22:12:19 +02:00
Bernd Hahnebach
15d1446650
FEM: examples, displacement constraint needs to set Free and Fix
2021-08-09 22:16:33 +02:00
Bernd Hahnebach
d8dd29c196
FEM: examples, delete not needed material values
2021-08-09 21:29:59 +02:00
Bernd Hahnebach
17d16130e7
FEM: examples, add ccxtools solver
2021-08-09 21:29:52 +02:00
Bernd Hahnebach
09c0cf80a8
FEM: solver task panel, get rid off error message
2021-08-09 15:32:40 +02:00
Bernd Hahnebach
04af538d77
FEM: material task panel, improve handling of input fields without unit
2021-08-09 15:02:49 +02:00
paul lee
dc911dde55
[ArchWall] Fix MakeBlocks to work if Base is Sketch with 1 edge only
...
To be merged with #4955
2021-08-09 09:06:03 +08:00