Changesets: FreeCAD
master f56c4fa6 2020-05-30 06:21:23 vocx-fc Committer: yorik Details Diff |
Draft: separate the placement functions from the Array class This way they can be tested individually in the Python console without needing the `Array` class at all. In the future these methods could be moved to `DraftGeomUtils` or to `draftfunctions`. |
||
mod - src/Mod/Draft/draftobjects/array.py | Diff File | ||
master 7caa8d4d 2020-05-30 01:57:40 vocx-fc Committer: yorik Details Diff |
Draft: migrate older properties of PathArray | ||
mod - src/Mod/Draft/draftobjects/patharray.py | Diff File | ||
master f2f22e15 2020-05-30 01:14:17 vocx-fc Committer: yorik Details Diff |
Draft: rename PathArray properties `PathObj` becomes `PathObject`, `Xlate` becomes `ExtraTranslation`, and `PathSubs` becomes `PathSubelements`. Update `make_path_array` function and the Gui Command. |
||
mod - src/Mod/Draft/draftguitools/gui_patharray.py | Diff File | ||
mod - src/Mod/Draft/draftmake/make_patharray.py | Diff File | ||
mod - src/Mod/Draft/draftobjects/patharray.py | Diff File | ||
master 4a3bd238 2020-05-30 01:01:19 Details Diff |
[Part]use BSpline for makeWireString instead of Bezier curves. - the bezier curves from the font definitions cause checkGeometry errors when extruded. bsplines do not have this problem. |
||
mod - src/Mod/Part/App/FT2FC.cpp | Diff File | ||
master f1bcffbc 2020-05-30 00:48:28 vocx-fc Committer: yorik Details Diff |
Draft: hide properties not used in the PathArray Certain properties do not need to be shown in the property editor when a particular `AlignMode` is chosen. This keeps the number of properties displayed organized and easy to manage. |
||
mod - src/Mod/Draft/draftobjects/patharray.py | Diff File | ||
master 572788ed 2020-05-30 00:11:10 vocx-fc Committer: yorik Details Diff |
Draft: set the properties of PathArray through functions | ||
mod - src/Mod/Draft/draftobjects/patharray.py | Diff File | ||
master 294b753f 2020-05-29 15:47:21 Details Diff |
FEM: add missing cmake entry | ||
mod - src/Mod/Fem/CMakeLists.txt | Diff File | ||
master 7b94a612 2020-05-29 10:12:48 Details Diff |
Arch: Handle rectangle-and circle-based profiles in IFC import/export | ||
mod - src/Mod/Arch/ArchCommands.py | Diff File | ||
mod - src/Mod/Arch/exportIFC.py | Diff File | ||
mod - src/Mod/Arch/exportIFCHelper.py | Diff File | ||
mod - src/Mod/Arch/importIFC.py | Diff File | ||
mod - src/Mod/Arch/importIFCHelper.py | Diff File | ||
mod - src/Mod/Draft/draftmake/make_rectangle.py | Diff File | ||
master 66d7583e 2020-05-29 10:04:58 Details Diff |
Start: Fixed loading of non-FCStd files from Start page | ||
mod - src/Mod/Start/StartPage/LoadCustom.py | Diff File | ||
master 0b912f7c 2020-05-28 20:41:28 Committer: yorik Details Diff |
Draft: further cleanup of Draft Edit. | ||
mod - src/Mod/Draft/draftguitools/gui_edit.py | Diff File | ||
master a9b718d1 2020-05-28 19:42:07 Details Diff |
[TD]Export Svg hatch as bitmap | ||
mod - src/Mod/TechDraw/App/DrawViewPart.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/QGCustomImage.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/QGCustomImage.h | Diff File | ||
mod - src/Mod/TechDraw/Gui/QGIFace.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/QGIFace.h | Diff File | ||
mod - src/Mod/TechDraw/Gui/QGIViewPart.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/QGIViewSection.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/QGVPage.cpp | Diff File | ||
master 08854bcc 2020-05-28 17:34:15 Committer: abdullahtahiriyo Details Diff |
Sketcher: Fix for failure of constraint substitution ==================================================== fixes 0004105 When a constraint substitution is present, a solve must precede any call to the redundant removal to update the solver information. |
Affected Issues 0004105 |
|
mod - src/Mod/Sketcher/Gui/CommandConstraints.cpp | Diff File | ||
master 2415f180 2020-05-28 15:52:01 Details Diff |
Import: [skip ci] degrade output in STEP importer to log messages | ||
mod - src/Mod/Import/App/ImportOCAF.cpp | Diff File | ||
mod - src/Mod/Import/Gui/AppImportGuiPy.cpp | Diff File | ||
master 0c5fc74e 2020-05-28 15:07:30 Committer: abdullahtahiriyo Details Diff |
Sketcher: Fixing Driving constraint apparent redundancy ======================================================= When adding a reference constraint of type radius or diameter to an external geometry using the method of select the continuous mode method (select tool first, click geometry afterwards), with ActiveUpdate checked, there was a missing solving to bring the solver information in line with the Driven constraint. fixes 0004054 |
Affected Issues 0004054 |
|
mod - src/Mod/Sketcher/Gui/CommandConstraints.cpp | Diff File | ||
master 34825731 2020-05-28 13:23:42 Details Diff |
Arch: Added Wind Rose diagram to Arch Site | ||
mod - src/Mod/Arch/ArchSite.py | Diff File | ||
master 0f5254a4 2020-05-28 09:44:05 Details Diff |
Mesh: [skip ci] perform initial plane fit inside PlaneSurfaceFit::Initialize | ||
mod - src/Mod/Mesh/App/Core/Segmentation.cpp | Diff File | ||
master 64b9186e 2020-05-28 01:53:55 Gabriel Wicke Committer: GitHub Details Diff |
Merge branch 'master' into flake8_config | ||
mod - src/Mod/Fem/Gui/DlgSettingsFemGeneral.ui | Diff File | ||
mod - src/Mod/Fem/femmesh/gmshtools.py | Diff File | ||
master 99a99f48 2020-05-27 22:47:04 Details Diff |
FEM: pref dialog, really set analysis group meshing default to False | ||
mod - src/Mod/Fem/Gui/DlgSettingsFemGeneral.ui | Diff File | ||
master 6822ef36 2020-05-27 22:36:26 Details Diff |
FEM: analysing group meshing, set default to False | ||
mod - src/Mod/Fem/Gui/DlgSettingsFemGeneral.ui | Diff File | ||
mod - src/Mod/Fem/femmesh/gmshtools.py | Diff File | ||
master cad6eb29 2020-05-27 20:10:17 Gabriel Wicke Committer: GitHub Details Diff |
Merge branch 'master' into flake8_config | ||
mod - src/Base/UnitPyImp.cpp | Diff File | ||
mod - src/Mod/Part/Gui/ViewProvider2DObject.cpp | Diff File | ||
mod - src/Mod/Part/Gui/ViewProvider2DObject.h | Diff File | ||
mod - src/Mod/Sketcher/Gui/CommandCreateGeo.cpp | Diff File | ||
mod - src/Mod/Sketcher/Gui/SketcherSettings.cpp | Diff File | ||
mod - src/Mod/Sketcher/Gui/SketcherSettings.ui | Diff File | ||
mod - src/Mod/Sketcher/Gui/TaskSketcherGeneral.cpp | Diff File | ||
mod - src/Mod/Sketcher/Gui/TaskSketcherGeneral.h | Diff File | ||
mod - src/Mod/Sketcher/Gui/TaskSketcherGeneral.ui | Diff File | ||
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | Diff File | ||
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.h | Diff File | ||
master 24bb210a 2020-05-27 20:03:05 Details Diff |
Python: [skip ci] change order of supported arguments in UnitPy::PyInit | ||
mod - src/Base/UnitPyImp.cpp | Diff File | ||
master 974648d3 2020-05-27 16:41:49 Gabriel Wicke Details Diff |
Path: Add .flake8 config for path module Per recent discussion on coding styles: https://forum.freecadweb.org/viewtopic.php?f=15&t=46845&sid=0500747f06605e659ccd00795c2155ab |
||
add - src/Mod/Path/.flake8 | Diff File | ||
master 43c4f9af 2020-05-27 16:02:04 Details Diff |
Draft: Added a border around the Draft grid (can be disabled in prefs) | ||
mod - src/Mod/Draft/Resources/ui/preferences-draftsnap.ui | Diff File | ||
mod - src/Mod/Draft/draftguitools/gui_trackers.py | Diff File | ||
mod - src/Mod/Draft/draftutils/utils.py | Diff File | ||
master f4736e0d 2020-05-27 15:55:54 Details Diff |
FEM gmsh mesh, set SecondOrderLinear standard to False | ||
mod - src/Mod/Fem/femobjects/mesh_gmsh.py | Diff File | ||
master 38d77a80 2020-05-27 15:49:45 Details Diff |
FEM: material task panel, resize input widgets if task panel is resized | ||
mod - src/Mod/Fem/Gui/Resources/ui/Material.ui | Diff File |