wmayer
46882fc6e5
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
9c0f6eb2d5
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
320e4edc2b
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
a11b457121
Draft: Some fixes in upgrade function. bug #0004460 , fixes #0004462 , #0004080
2020-11-24 22:08:06 -03:00
wmayer
3f117b4ac3
Import: [skip ci] do not scale when exporting to glTF format
2020-11-23 22:36:40 +01:00
sliptonic
a42355939a
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
1569b08451
Draft: Change archDimTracker text position depending on distance and scale values
2020-11-23 16:25:21 -03:00
sliptonic
152351e8a8
Merge pull request #4014 from sliptonic/feature/toolbitdock
...
[PATH] Feature/toolbitdock
2020-11-23 10:12:58 -06:00
Russell Johnson
37cd09e7ae
Path: LGTM cleanup
2020-11-22 18:27:21 -06:00
Russell Johnson
1468c7e842
Path: Implement LazyLoader for Arcs module
2020-11-22 18:27:21 -06:00
Russell Johnson
da3f052270
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
1ee1c9a5df
Path: Simplify and fix debugging code
2020-11-22 15:38:50 -06:00
Russell Johnson
0d5a728698
Path: Standardize debugging mode control code
2020-11-22 15:37:31 -06:00
sliptonic
015250c810
revert docstring format for help box formatting.
...
log levels reset to INFO
remove unnecessary comments.
2020-11-22 11:08:28 -06:00
wmayer
3c18a73b94
Import: [skip ci] add support of glTF format (requires OCCT 7.5)
2020-11-22 16:11:24 +01:00
wmayer
ef0368a5ec
Gui: [skip ci] add method to Python binding of ViewProviderExtension to ignore overlay icon
2020-11-22 11:20:54 +01:00
wmayer
86f3f55aa5
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
34fa5c84b2
Mesh: [skip ci] add command to split a mesh into its components
2020-11-21 11:46:59 +01:00
wmayer
1e83085030
Image: [skip ci] pass trackers as argument to cmdCreateImageScaling
2020-11-21 09:51:54 +01:00
sliptonic
3a8f40a458
fix 'add' button in Job task panel
...
fix chamfer bit
lgtm cleanup
2020-11-19 17:10:50 -06:00
Yorik van Havre
c465fbd799
Draft: Fixed bug in SVG projection fill
2020-11-19 13:53:44 +01:00
luz paz
7349f92472
StartWB: Add description to start.dox with orientation on howto improve it
...
[skip ci]
2020-11-19 13:42:23 +01:00
luz paz
4568effc2b
StartWB: Make all file headers uniform and trim whitespace [skip-ci]
...
[skip ci]
2020-11-19 13:42:23 +01:00
luz paz
ae48d4afb2
Surface: Fix header uniformity, whitespace, and doxygen header
2020-11-19 13:41:43 +01:00
Aapo
5ed116283c
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
ad8d83a71b
Arch: Windows: Added 'invert opening' and 'invert hinge' context menu items + task panel buttons
2020-11-19 13:13:38 +01:00
Bernd Hahnebach
cf57e5feff
FEM: ccxtools, dir improvements
2020-11-18 23:32:15 +01:00
Aapo
deab8fc965
[TD]fix V2E DistanceX,Y to always use the closest point of edge to the vertex.
2020-11-18 14:54:44 +01:00
donovaly
99208ec2f4
[PD] more hole fixes
...
- there is the ISO 273 describing clearance holes, so we need to take these values. Only if we have a size not defined in the norm, we calculate
- add the coarse (wide) type for clearance holes from ISO 273
- add all screw thread sizes defined in DIN 13/ISO 261
- rearrange thread dialog to make it more compact
- change name "fit" to "clearance" as discussed
- add tooltips to the dialog
- fix issue with TaperedAngle dialog field
- change a size name because the norms define "M1" not "M1.0"
2020-11-18 14:45:14 +01:00
Yorik van Havre
ed3b5a1dd0
Draft: Fixed regression caused by new setstyle button
2020-11-18 11:41:38 +01:00
luz paz
bd3fdd288e
Web: Fix header uniformity, whitespace, doxygen headers
2020-11-18 08:58:38 +01:00
luz paz
26636dbbad
Test: Fix header uniformity, whitespace, doxygen headers
2020-11-18 08:58:06 +01:00
Bernd Hahnebach
3cdbbe6dbc
FEM: typo in coding conventions
2020-11-18 08:16:01 +01:00
Bernd Hahnebach
f6978f419e
Material: pep8 code formating
2020-11-18 08:15:50 +01:00
sliptonic
3c0bbd25e4
Merge pull request #3916 from Russ4262/fix_PocketShape
...
Path: Pocket_Shape - Improved fixes for FinalDepth and rotational issues
2020-11-17 17:31:31 -06:00
sliptonic
2e552e88b2
bug: on deleting tool controllers
2020-11-16 12:40:18 -06:00
sliptonic
9cc83b4d14
fix toolbit install
2020-11-16 11:48:03 -06:00
luz paz
1572971772
TechDraw: minor cosmetic readability change in Gui/Workbench.cpp
...
[skip ci]
2020-11-16 14:52:42 +01:00
luz paz
ec52d5fd28
Arch: Added licence blurbs with attributions to authors
...
[skip ci]
2020-11-16 14:51:53 +01:00
luz paz
ccf30d98d2
Arch: Fix header uniformity and remove trailing whitespace
2020-11-16 14:51:53 +01:00
wmayer
385e4df10c
PartDesign: [skip ci] fixes #0004494 : Error "Result is empty" for Pads and Pockets with non zero Offset
2020-11-16 14:45:55 +01:00
Yorik van Havre
1cce61670c
Draft: better checks for no active document
2020-11-16 13:25:12 +01:00
Yorik van Havre
b502de4c40
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2020-11-16 13:24:33 +01:00
Yorik van Havre
6a1209dc17
Merge pull request #4054 from Roy-043/ArchRoof_processSubShapes_placement_fix
...
Arch: Fix for ArchRoof. When processing a roof's subshapes the placement of the roof was ignored.
2020-11-16 13:06:11 +01:00
Yorik van Havre
48e928cee5
Draft: Enabled 'apply to selected' button in SetStyle dialog
2020-11-16 12:59:44 +01:00
wmayer
5e07809384
PartDesign: [skip ci] support negative values as second length of a pocket
2020-11-16 11:35:05 +01:00
wmayer
2e83e95f3a
PartDesign: [skip ci] support negative values as second length of a pad
2020-11-16 11:26:51 +01:00
sliptonic
fff4ed8a5c
minor change to make toolcontroller labels better
2020-11-15 18:41:08 -06:00
sliptonic
5f52152f2c
Rework default library and toolbits
2020-11-15 18:22:45 -06:00
sliptonic
4fc3adc8f6
Add toolcontroller to open operation
2020-11-15 18:22:45 -06:00