Changesets: FreeCAD
master 84f9b9de 2020-05-03 13:25:48 Details Diff |
Mesh: [skip ci] allow to pass target number to Python function Mesh.decimate() | ||
mod - src/Mod/Mesh/App/MeshPyImp.cpp | Diff File | ||
master 1d0664d9 2020-05-03 13:06:03 Details Diff |
Mesh: add GUI to perform mesh decimation | ||
mod - src/Mod/Mesh/Gui/CMakeLists.txt | Diff File | ||
mod - src/Mod/Mesh/Gui/Command.cpp | Diff File | ||
add - src/Mod/Mesh/Gui/DlgDecimating.cpp | Diff File | ||
add - src/Mod/Mesh/Gui/DlgDecimating.h | Diff File | ||
add - src/Mod/Mesh/Gui/DlgDecimating.ui | Diff File | ||
mod - src/Mod/Mesh/Gui/Workbench.cpp | Diff File | ||
master 2ac739e4 2020-05-03 13:04:50 Details Diff |
Mesh: add overloaded mesh decimation to set target number of triangles | ||
mod - src/Mod/Mesh/App/Core/Decimation.cpp | Diff File | ||
mod - src/Mod/Mesh/App/Core/Decimation.h | Diff File | ||
mod - src/Mod/Mesh/App/Mesh.cpp | Diff File | ||
mod - src/Mod/Mesh/App/Mesh.h | Diff File | ||
master ab223a00 2020-05-03 11:02:46 Syres916 Committer: yorik Details Diff |
[AddonManager] Added flamingo Wb to PY2ONLY | ||
mod - src/Mod/AddonManager/addonmanager_workers.py | Diff File | ||
master 56bf2d5f 2020-05-03 07:43:04 Details Diff |
Gui: [skip ci] fixes: "Text document" renaming crash | ||
mod - src/Gui/TextDocumentEditorView.cpp | Diff File | ||
master 8be2c081 2020-05-03 05:47:27 Committer: abdullahtahiriyo Details Diff |
partdesign: fix failing tapered hole test The given parameters return an invalid shape. This fails with occt7.4 but doesn't with occt7.3. If the angle is 45 degree the cone is self-intersecting as Hole.Depth > Hole.Diameter/2. Changing the Hole.TaperedAngle to 60 degree solves this issue. |
||
mod - src/Mod/PartDesign/PartDesignTests/TestHole.py | Diff File | ||
master 5ae4c313 2020-05-02 18:44:04 Committer: GitHub Details Diff |
Merge pull request 0003418 from dubstar-04/fixes/toolbits [Path] Set Toolbit Origin at 0,0,0 |
||
mod - src/Mod/Path/Tools/Shape/ballend.fcstd | Diff File | ||
mod - src/Mod/Path/Tools/Shape/bullnose.fcstd | Diff File | ||
mod - src/Mod/Path/Tools/Shape/drill.fcstd | Diff File | ||
mod - src/Mod/Path/Tools/Shape/endmill.fcstd | Diff File | ||
mod - src/Mod/Path/Tools/Shape/v-bit.fcstd | Diff File | ||
master b6ffd083 2020-05-02 18:39:42 Committer: GitHub Details Diff |
Merge pull request 0003411 from mlampert/master Path: Bugfix/tc unit test with toolbit |
||
mod - src/Mod/Path/PathScripts/PathToolBit.py | Diff File | ||
mod - src/Mod/Path/PathTests/TestPathToolController.py | Diff File | ||
master 684c4320 2020-05-02 18:38:51 Details Diff |
Path: remove fstrings to maintain xenial compatibility | ||
mod - src/Mod/Path/PathScripts/PathToolBitEdit.py | Diff File | ||
mod - src/Mod/Path/PathScripts/PathToolBitLibraryGui.py | Diff File | ||
master b3290e03 2020-05-02 17:55:39 Details Diff |
[TD]show section face pat hatch on restore | ||
mod - src/Mod/TechDraw/App/DrawGeomHatch.cpp | Diff File | ||
mod - src/Mod/TechDraw/App/DrawViewSection.cpp | Diff File | ||
master 7e710188 2020-05-02 12:51:22 Syres916 Committer: yorik Details Diff |
[AddonManager] Removed two unnecessary import re.. ..statementts |
||
mod - src/Mod/AddonManager/addonmanager_workers.py | Diff File | ||
master 42c56d9f 2020-05-02 12:28:00 Committer: wandererfan Details Diff |
Gui: fix restoring of geo feature group | ||
mod - src/Gui/ViewProviderGeoFeatureGroupExtension.cpp | Diff File | ||
mod - src/Gui/ViewProviderGeoFeatureGroupExtension.h | Diff File | ||
master 58dc5c6d 2020-05-02 11:01:32 Committer: wwmayer Details Diff |
Gui: fix 'Recursive repaint' warning when switching 3D views | ||
mod - src/Gui/Quarter/QuarterWidget.cpp | Diff File | ||
master 834c8571 2020-05-02 10:38:19 Syres916 Committer: yorik Details Diff |
[AddonManager] Add Python 2 Awareness.. ...and improve Git binary version handling. |
||
mod - src/Mod/AddonManager/addonmanager_workers.py | Diff File | ||
master 08211490 2020-05-02 10:31:18 Syres916 Committer: yorik Details Diff |
[AddonManager] Utilities add Check Git Binary | ||
mod - src/Mod/AddonManager/addonmanager_utilities.py | Diff File | ||
master 81d559fc 2020-05-02 04:57:17 vocx-fc Committer: yorik Details Diff |
Draft: add description of draftfunctions package These modules provide supporting functions for dealing with the scripted objects and Gui Commands defined within the workbench. If the functions do very basic tasks or are too generic, they are more appropriate inside the `draftutils` package. These function are imported in the main `Draft.py` module so they form part of the public programming interface (API) of the workbench. Remove trailing spaces in CMakeLists.txt. |
||
mod - src/Mod/Draft/CMakeLists.txt | Diff File | ||
add - src/Mod/Draft/draftfunctions/README.md | Diff File | ||
mod - src/Mod/Draft/draftfunctions/__init__.py | Diff File | ||
master 52e1f03d 2020-05-02 04:45:06 vocx-fc Committer: yorik Details Diff |
Draft: add description of draftmake package These modules provide the functions that are used to create the scripted objects defined within the workbench. The functions import and use the proxy classes and viewprovider classes in `draftobjects` and `draftviewproviders`. These functions are imported in the main `Draft.py` module so they form part of the public programming interface (API) of the workbench. |
||
mod - src/Mod/Draft/CMakeLists.txt | Diff File | ||
add - src/Mod/Draft/draftmake/README.md | Diff File | ||
mod - src/Mod/Draft/draftmake/__init__.py | Diff File | ||
master 12db1a6c 2020-05-02 03:49:26 vocx-fc Committer: yorik Details Diff |
Draft: update description of draftviewproviders package | ||
mod - src/Mod/Draft/draftviewproviders/README.md | Diff File | ||
mod - src/Mod/Draft/draftviewproviders/__init__.py | Diff File | ||
master 24c89f33 2020-05-02 03:21:30 vocx-fc Committer: yorik Details Diff |
Draft: update description of draftobjects package | ||
mod - src/Mod/Draft/draftobjects/README.md | Diff File | ||
mod - src/Mod/Draft/draftobjects/__init__.py | Diff File | ||
master 92dfdf60 2020-05-02 01:26:36 Details Diff |
[TD]prevent extra recompute on X,Y change | ||
mod - src/Mod/TechDraw/App/DrawProjGroup.cpp | Diff File | ||
mod - src/Mod/TechDraw/App/DrawProjGroupItem.cpp | Diff File | ||
mod - src/Mod/TechDraw/App/DrawView.cpp | Diff File | ||
mod - src/Mod/TechDraw/App/DrawViewPart.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/Command.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/QGIViewPart.cpp | Diff File | ||
master b69d76aa 2020-05-02 00:59:50 vocx-fc Committer: yorik Details Diff |
Draft: update description of drafttaskpanels package | ||
mod - src/Mod/Draft/drafttaskpanels/README.md | Diff File | ||
mod - src/Mod/Draft/drafttaskpanels/__init__.py | Diff File | ||
master 24139bf2 2020-05-02 00:54:17 Details Diff |
[TD]load images at correct size | ||
mod - src/Mod/TechDraw/Gui/QGIViewImage.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/ViewProviderImage.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/ViewProviderImage.h | Diff File | ||
master 3a14908c 2020-05-02 00:43:50 vocx-fc Committer: yorik Details Diff |
Draft: update description of draftguitools package | ||
mod - src/Mod/Draft/draftguitools/README.md | Diff File | ||
mod - src/Mod/Draft/draftguitools/__init__.py | Diff File | ||
master e39c45d8 2020-05-02 00:25:12 vocx-fc Committer: yorik Details Diff |
Draft: update description of drafttests package | ||
mod - src/Mod/Draft/drafttests/README.md | Diff File | ||
mod - src/Mod/Draft/drafttests/__init__.py | Diff File | ||
master da413bd2 2020-05-01 23:04:26 vocx-fc Committer: yorik Details Diff |
Draft: small improvements to the todo module Small ammeds to the docstrings and the use of `App` and `Gui` namespaces, and the explicit use of the `ToDo` class in `PascalCase`. |
||
mod - src/Mod/Draft/draftutils/todo.py | Diff File |