Russell Johnson
693db4e4b6
Path: Synchronize methods with same in PathAreaOp module
...
The affected methods exist in the PathAreaOp module. This commit synchronizes the versions here with those.
2020-11-30 20:57:25 -06:00
Russell Johnson
aa2d35cad8
Path: Apply the user's Final Depth value
2020-11-30 20:57:25 -06:00
sliptonic
be2f0702af
fixup vcarve threshold
2020-11-30 15:43:07 -06:00
sliptonic
3eb300a8c2
fix ui bugs
2020-11-30 15:35:30 -06:00
sliptonic
7c2065f913
Fix help text for filter control
2020-11-30 15:35:30 -06:00
sliptonic
3d822cf269
[path] make toolbit reject invalid filenames
...
help user create toolbit working location
2020-11-30 15:32:28 -06:00
wmayer
c54deee146
Py2/Qt4: fix build failures and warnings
2020-11-30 19:05:37 +01:00
Bernd Hahnebach
cfa0293215
FEM: gmsh task panel, fix regression added with c6faecdcee
2020-11-30 11:53:17 +01:00
wmayer
18ef1f71fe
Part: [skip ci] add GeomAdaptor.hxx to PCH
2020-11-29 00:12:59 +01:00
luz paz
5bd5f3a963
Spreadsheet: Fix header uniformity + trailing whitespace
...
[skip ci]
2020-11-27 19:39:06 +01:00
luz paz
5abfdb1405
ReverseEngineering: Fix header uniformity + trailing whitespace
...
[skip ci]
2020-11-27 19:38:19 +01:00
wmayer
0e93dd12ed
Part: [skip ci] fixes #0004169 : DatumPoint at the intersection of a DatumPlane and DatumPoint not working correctly
2020-11-27 19:10:22 +01:00
Abdullah Tahiri
11c3de1bb1
Revert "Sketcher: Solver Interface - Treat length equality parameter as a driven parameter to enable redundant constraint reporting"
...
This reverts commit 056030b1d2 .
2020-11-27 18:30:39 +01:00
Abdullah Tahiri
056030b1d2
Sketcher: Solver Interface - Treat length equality parameter as a driven parameter to enable redundant constraint reporting
2020-11-27 14:31:54 +01:00
Yorik van Havre
c3b0af2d8d
Arch: Added .ifcjson export type
2020-11-27 13:09:34 +01:00
Yorik van Havre
01a7680a72
Arch: Fixed regression in structures
2020-11-26 13:47:55 +01:00
Bernd Hahnebach
c6faecdcee
FEM: small code change to get lgtm quit
2020-11-26 09:07:47 +01:00
Bernd Hahnebach
f2bf17ea1e
FEM: dummy usage of some vars for flake8 no longer needed
2020-11-26 09:07:39 +01:00
Bernd Hahnebach
b23578501f
FEM: trailing whitespaces
2020-11-26 09:07:32 +01:00
Bernd Hahnebach
029eec37ab
FEM: remove superfluous 'pass'
2020-11-26 09:07:25 +01:00
wmayer
a50ae33557
Part/Sketcher: [skip ci] fix build failures with gcc 10 on Fedora
...
When using gcc 10 and PyCXX 7.1.4 on Fedora there is an error because the conversion from size_t to Py_ssize_t is ambiguous
See https://forum.freecadweb.org/viewtopic.php?f=4&t=52502
The class Py::Tuple is also incorrectly used here and causes a memory leak
2020-11-25 16:56:03 +01:00
Yorik van Havre
e3e6f64fa1
Merge pull request #4067 from marioalexis84/draft-upgrade
...
Draft: Some fixes in upgrade function
2020-11-25 11:07:01 +01:00
Yorik van Havre
711b4440f2
Merge pull request #4077 from marioalexis84/draft-arch_dim_tracker
...
Draft: Change archDimTracker text position depending on distance and scale values
2020-11-25 10:17:39 +01:00
marioalexis
8e080f1dac
Draft: Some fixes in upgrade function. bug #0004460 , fixes #0004462 , #0004080
2020-11-24 22:08:06 -03:00
Amritpal Singh
4ddade87dd
Removed multiple import of FreeCADGui in rebuildArchShape.
2020-11-24 15:16:43 +05:30
wmayer
8d73c8f07f
Import: [skip ci] do not scale when exporting to glTF format
2020-11-23 22:36:40 +01:00
sliptonic
fc3bf09512
Merge pull request #4073 from Russ4262/fix_slot
...
Path: Fix arc slotting direction in Slot operation
2020-11-23 15:08:40 -06:00
marioalexis
31f30747ac
Draft: Change archDimTracker text position depending on distance and scale values
2020-11-23 16:25:21 -03:00
sliptonic
40d79fc048
Merge pull request #4014 from sliptonic/feature/toolbitdock
...
[PATH] Feature/toolbitdock
2020-11-23 10:12:58 -06:00
Amritpal Singh
517f14b90e
Fixed bug: Importing IFC in Console raises error because it linked with FreeeCADGui module.
2020-11-23 18:19:20 +05:30
Russell Johnson
d41369ad52
Path: LGTM cleanup
2020-11-22 18:27:21 -06:00
Russell Johnson
c6d5bb8404
Path: Implement LazyLoader for Arcs module
2020-11-22 18:27:21 -06:00
Russell Johnson
a61aa0563e
Path: Fix g-code arc direction
...
Fixed incorrect point orders assigned to g2 and g3 commands.
Add application of `ReverseDirection` property to `ZigZag` cut pattern.
Make default arc direction clockwise(g2) for all cut patterns and layer modes.
Make tool diameter access backward compatible.
2020-11-22 18:27:21 -06:00
Russell Johnson
9f489b59eb
Path: Simplify and fix debugging code
2020-11-22 15:38:50 -06:00
Russell Johnson
a0d7ff24e0
Path: Standardize debugging mode control code
2020-11-22 15:37:31 -06:00
sliptonic
56b6874526
revert docstring format for help box formatting.
...
log levels reset to INFO
remove unnecessary comments.
2020-11-22 11:08:28 -06:00
wmayer
74b866ed30
Import: [skip ci] add support of glTF format (requires OCCT 7.5)
2020-11-22 16:11:24 +01:00
wmayer
5a9da45e08
Gui: [skip ci] add method to Python binding of ViewProviderExtension to ignore overlay icon
2020-11-22 11:20:54 +01:00
wmayer
f9104f5884
Gui: [skip ci] add method to ignore to merge icon of an extension that is e.g. used for Part primitives
2020-11-21 16:49:08 +01:00
wmayer
20649ec529
Mesh: [skip ci] add command to split a mesh into its components
2020-11-21 11:46:59 +01:00
wmayer
f653694655
Image: [skip ci] pass trackers as argument to cmdCreateImageScaling
2020-11-21 09:51:54 +01:00
sliptonic
634fce6e35
fix 'add' button in Job task panel
...
fix chamfer bit
lgtm cleanup
2020-11-19 17:10:50 -06:00
Yorik van Havre
c4d42a1f74
Draft: Fixed bug in SVG projection fill
2020-11-19 13:53:44 +01:00
luz paz
61a575b306
StartWB: Add description to start.dox with orientation on howto improve it
...
[skip ci]
2020-11-19 13:42:23 +01:00
luz paz
d238da0fab
StartWB: Make all file headers uniform and trim whitespace [skip-ci]
...
[skip ci]
2020-11-19 13:42:23 +01:00
luz paz
d84071275a
Surface: Fix header uniformity, whitespace, and doxygen header
2020-11-19 13:41:43 +01:00
Aapo
31d6c7528d
Refactor code in DrawViewDimension::getRefType() shorter and simpler. No functional change except subelement sizes > 3 are supported, even though they are not supposed to happen.
2020-11-19 13:40:42 +01:00
Yorik van Havre
11c7c4d303
Arch: Windows: Added 'invert opening' and 'invert hinge' context menu items + task panel buttons
2020-11-19 13:13:38 +01:00
Bernd Hahnebach
6e60870ebc
FEM: ccxtools, dir improvements
2020-11-18 23:32:15 +01:00
Aapo
bda3e700fa
[TD]fix V2E DistanceX,Y to always use the closest point of edge to the vertex.
2020-11-18 14:54:44 +01:00