Changesets: FreeCAD
master 2b35419e 2021-02-20 18:32:17 Details Diff |
Path: LGTM cleanup | ||
mod - src/Mod/Path/PathScripts/PathProfile.py | Diff File | ||
master 669201c4 2021-02-20 18:10:49 Details Diff |
move slot op to experimental status | ||
mod - src/Mod/Path/InitGui.py | Diff File | ||
master ffb196b1 2021-02-20 18:01:11 Details Diff |
Gui: Running a command with Gui.runCommand() must always be considered as Gui command | ||
mod - src/Gui/Command.cpp | Diff File | ||
master 6359d838 2021-02-20 17:54:51 Committer: GitHub Details Diff |
Merge pull request 0004454 from lag-linaro/master PathToolBitLibraryGui: Fix LinuxCNC tool table format |
||
mod - src/Mod/Path/PathScripts/PathToolBitLibraryGui.py | Diff File | ||
master b9da5244 2021-02-20 17:53:59 Details Diff |
PD: in setEdit() helper function make sure that recorded macro is handled as Gui command | ||
mod - src/Mod/PartDesign/Gui/Utils.cpp | Diff File | ||
master 1b3205de 2021-02-20 17:42:36 Details Diff |
Path: Add error for incorrect open-edge usage When profiling open edges, the user must currently select a top edge and then set the Final Depth manually to a value below the selected edge(s). This fix provides the user with feedback for the empty path generated. |
||
mod - src/Mod/Path/PathScripts/PathProfile.py | Diff File | ||
master a961fbee 2021-02-20 17:37:26 Details Diff |
Path: Remove unnecessary line return | ||
mod - src/Mod/Path/PathScripts/PathProfile.py | Diff File | ||
master 6238f0e8 2021-02-20 17:22:44 Details Diff |
Pep8 cleanup | ||
mod - src/Mod/Path/PathScripts/PathAdaptive.py | Diff File | ||
master 0a9bf1c5 2021-02-20 17:22:20 Details Diff |
Add useoutline property to op if doesn't exist | ||
mod - src/Mod/Path/PathScripts/PathAdaptive.py | Diff File | ||
master 57a6c18e 2021-02-20 16:35:16 Committer: GitHub Details Diff |
Merge pull request 0004477 from sliptonic/bug/miscellaneous [PATH] Bug fixes for several minor issues, lgtm flags and input sanitizing. |
||
mod - src/Mod/Path/Gui/Resources/panels/PropertyCreate.ui | Diff File | ||
mod - src/Mod/Path/Gui/Resources/preferences/PathJob.ui | Diff File | ||
mod - src/Mod/Path/PathScripts/PathDressupTag.py | Diff File | ||
mod - src/Mod/Path/PathScripts/PathPreferences.py | Diff File | ||
mod - src/Mod/Path/PathScripts/PathPreferencesPathJob.py | Diff File | ||
mod - src/Mod/Path/PathScripts/PathPropertyBag.py | Diff File | ||
mod - src/Mod/Path/PathScripts/PathPropertyBagGui.py | Diff File | ||
mod - src/Mod/Path/PathScripts/PathToolBitLibraryCmd.py | Diff File | ||
mod - src/Mod/Path/PathScripts/post/gcode_pre.py | Diff File | ||
master cdae5049 2021-02-20 15:37:02 Details Diff |
Import: [skip ci] fixes 0003988: the function Import.readDXF doesn't import Bsplines |
Affected Issues 0003988 |
|
mod - src/Mod/Import/App/ImpExpDxf.cpp | Diff File | ||
master dd4874d2 2021-02-20 15:03:39 Committer: wwmayer Details Diff |
[Part] add missing bindings For FC 0.19 we added bindings to the PD primitives but we forgot the Part primitives |
||
mod - src/Mod/Part/Gui/DlgPrimitives.cpp | Diff File | ||
master 13ed4bc6 2021-02-20 12:33:54 Details Diff |
PD: [skip ci] fixes 0004540: When manual size of DatumPlane is selected its Length property is not saved to the file and consequently not restored on opening |
Affected Issues 0004540 |
|
mod - src/Mod/PartDesign/App/DatumPlane.cpp | Diff File | ||
mod - src/Mod/PartDesign/App/DatumPlane.h | Diff File | ||
master 3a10ed5f 2021-02-20 05:01:59 Details Diff |
Path: Fix feature selection and handling Fix error when working with selections containing edges and faces. This fix effectively processes edges and only passes faces on to next processing step. This simplifies the code a bit and changes some `obj.Base` references to `otherBase` to improve readability. Path: Improve `obj.Base` reading and processing `obj.Base` is first read in `self._processEdges()`. All edges are identified and processed there. Remaining features are saved in `remainingObjBaseFeatures` to be processed in the next section of the Profile code. Path: Change `if` to `elif` |
||
mod - src/Mod/Path/PathScripts/PathProfile.py | Diff File | ||
master 215967fe 2021-02-20 03:16:26 Details Diff |
Path: Catch error if `ofstShape` has no `Area` attribute | ||
mod - src/Mod/Path/PathScripts/PathProfile.py | Diff File | ||
master 2b4158ad 2021-02-20 03:15:24 Details Diff |
Path: Fix incorrect empty data type return | ||
mod - src/Mod/Path/PathScripts/PathProfile.py | Diff File | ||
master 8e234290 2021-02-20 03:14:15 Details Diff |
Path: Catch `openEdges` error if `None` | ||
mod - src/Mod/Path/PathScripts/PathProfile.py | Diff File | ||
master b3fc4fcf 2021-02-20 03:12:05 Details Diff |
Path: Fix spacing typo | ||
mod - src/Mod/Path/PathScripts/PathProfile.py | Diff File | ||
master 26d79023 2021-02-20 01:30:55 Committer: wwmayer Details Diff |
[FEM] correct sorting order all other menu items are sorted and we also keep the sorting in the Wiki |
||
mod - src/Mod/Fem/Gui/Workbench.cpp | Diff File | ||
master e5e07445 2021-02-20 01:06:27 Details Diff |
Gui: [skip ci] fixes 0004569: Part Design Workbench - New Bodies selection issues |
Affected Issues 0004569 |
|
mod - src/Gui/Tree.cpp | Diff File | ||
master 2e1c00e4 2021-02-19 23:50:56 Details Diff |
add back translation string | ||
mod - src/Mod/Path/PathScripts/post/gcode_pre.py | Diff File | ||
master eb240c21 2021-02-19 20:44:48 Details Diff |
PD: [skip ci] do not pop-up dialog when creating a body while another body is selected | ||
mod - src/Mod/PartDesign/Gui/CommandBody.cpp | Diff File | ||
master 0d97fb6f 2021-02-19 17:41:06 Committer: wwmayer Details Diff |
PartDesign: Fix helix for OCC versions < 7.5.0 | ||
mod - src/Mod/PartDesign/App/FeatureHelix.cpp | Diff File | ||
master c331d608 2021-02-19 16:26:33 Details Diff |
App: [skip ci] replace plain C API with PyCXX to avoid memory leaks | ||
mod - src/App/PropertyContainerPyImp.cpp | Diff File | ||
master 354ac48d 2021-02-19 15:41:46 Details Diff |
Tools: Updated offline wiki fetching script | ||
mod - src/Tools/offlinedoc/buildwikiindex.py | Diff File |